7 Commits

Author SHA1 Message Date
1d9683a987 refactor: remove unusual Debug.Log 2024-12-09 13:50:03 +03:00
e6b688aafe feat: add NetworkVariables for PlayerPrefab 2024-12-09 13:49:14 +03:00
f71816e918 feat: add link to Canvas to PlayerPrefab 2024-12-09 13:48:17 +03:00
c4d1fc5f0c fix: two audioListener fix 2024-12-09 13:47:24 +03:00
e7fe860936 feat: Debug Raycasts of Weapon (Trooper.cs) 2024-12-06 02:31:54 +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