9 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
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
25d3de49e7 Added packages & Blocked testMap 2024-11-21 16:47:59 +03:00
45ef4e8c60 Update Unity Editor Version
from Unity 6 (6000.0.24f1)
to Unity 6 (6000.0.27f1)
2024-11-21 02:55:51 +03:00
AderKI
897f910d37 Main Changes, List below ...
1) Refactor Project Architecture
2) Add Assets
3) Change Prefabs
4) Change Input Method (now using PlayerInput Component)
5) Add Weapon Prefab & Simple Script with Shooting()
6) Add Menu Scene & two btn functions: QuitGame() & PlayGame()
2024-11-02 02:36:03 +03:00
AderKI
676585e481 Unity NetworkManager, Base Connection w/o Synchronization 2024-10-31 11:12:17 +03:00
AderKI
fe0ec21be5 Project Structure, Test Robot Class 2024-10-31 03:32:59 +03:00
AderKI
42cdbf754e Default URP Project Started 2024-10-30 22:54:57 +03:00