10 Commits

Author SHA1 Message Date
6ef2b47819 feat: Add custom character controller and update Trooper prefab
This commit introduces a new custom character controller and updates the Trooper prefab with the following changes:

- Add a new `CapsuleColliderCast` script to the custom character controller
- Update the near clip plane of the Trooper's camera to 0.01 for better visibility
- Update the package reference for the custom character controller to use the new package name `com.robotfireopenteam.customcharactercontroller`
- Add a new component to the Trooper's Camera GameObject

These changes are aimed at improving the character controller functionality and visual quality of the Trooper prefab.
2025-05-06 23:09:53 +03:00
AderKonstantin
b39d1b86a7
Merge pull request #8 from RobotFireOpenTeam/refactor-code
feat(prefab): update Trooper prefab with new properties
2025-02-09 01:07:11 +03:00
AderKonstantin
37194f6904
Merge pull request #6 from RobotFireOpenTeam/misc
Misc
2025-02-09 01:05:25 +03:00
79b6dc24af feat(prefab): update Trooper prefab with new properties
Add new transform properties to the Trooper prefab, including 
local position and rotation values. Update the prefab instance 
to include a new child object and modify the main camera 
reference. Set the Trooper's active state to false to 
improve performance and organization in the scene.
2025-02-09 01:04:00 +03:00
fef4e25ebf feat: update menu scene to use TextMeshPro components
Replace legacy UI components with TextMeshPro for improved text 
rendering and flexibility. Update component references and 
properties to ensure compatibility with the new text system. 
This change enhances visual quality and performance in the 
menu scene.
2025-02-09 01:00:00 +03:00
0f90915be5 refactor: update Trooper prefab properties and references
Update the Trooper prefab to modify the transform parent 
reference and adjust local position and rotation values. 
Remove redundant layer property modifications to streamline 
the prefab structure and improve maintainability.
2025-01-26 04:03:46 +03:00
a9c05d570c many bullshit updates
models:
1) BuilderBlockout
2) TrooperModel
UI
3) ArmorBar
4) Healthbar
5) Fonts (RobotoMono)
6) Icons
7) Build Profiles
8) Tags for Camera
2024-12-09 13:54:52 +03:00
3cb9351bdf Huge Updates
Non-code updates:
- add new package Multiplayer Play Mode
- add new (test) Build Profile
- update (test) Level Design for MultiplayerScene
Code updates:
- RobotController.cs:
  - changed variable scopes to protected
  - changed function scopes to protected
  - add audioListener to NetworkObject
  - add new Input Methods: OnAim, OnCrouch, OnInteract
  - Trooper.cs - (test) descendant class for RobotController
2024-11-27 03:29:12 +03:00
60f1839590 many updates
add Engineer, Trooper & Builder
add wall Movement Test scene
change packages
and other staff (non-code specific)
2024-11-25 00:31:54 +03:00
ed1ce949f7 Add blank prefab for future classes
Prefabs for Trooper, Engineer, Builder
2024-11-21 11:22:03 +03:00