Commit Graph

12 Commits

Author SHA1 Message Date
030db997f8 Extend DebugUi to display upward speed
- Add `upSpeedLabel` in UI Document.
- Update `DebugUi` to handle and display upward speed values.
- Introduce `UpdateUpSpeed` method for updating `upSpeedLabel` text.
2025-10-14 17:14:09 +02:00
021d01fbb1 Integrate Cinemachine and enhance debug capabilities
- Add Cinemachine package (v3.1.4) and configure related components (e.g., CinemachineBrain, CinemachineCamera, CinemachineFollow).
- Update scene with new Cinemachine virtual camera for improved camera behaviors and tracking.
- Extend `DebugUi` to display grounded status and added supporting logic in `TestScript`.
- Refine physics logic in `TestScript` with grounded checks and updated jump action conditions.
- Minor adjustments to Rigidbody angular damping and ForceMode values.
2025-10-13 18:49:31 +02:00
600eb169f6 Update scene physics and mesh references
- Adjust local positions, scales, and center of mass for accurate physics interactions.
- Replace outdated mesh coordinates and references with updated versions.
- Update implicit and center of mass physics configurations for several objects.
2025-10-11 14:01:07 +02:00
04d419d6aa Add Debug UI integration and update TestScript interaction logic
- Implement `DebugUi` component for updating and displaying debug information.
- Configure new UI Toolkit assets, including `PanelSettings` and `UIDocument`.
- Update TestScript to support dynamic ForceMode, velocity, and difference tracking with debug UI.
- Minor adjustments to Rigidbody torque and interaction parameters.
2025-10-11 00:41:23 +02:00
cac112a79c Add center of mass visualization and update mesh references
- Implement `VisualiseCenterOfMass` script to draw gizmos for Rigidbody center of mass.
- Replace mesh references with updated versions in the scene.
- Adjust physics settings including center of mass and implicit settings.
2025-10-07 21:07:27 +02:00
45abacddb3 upper as the center of physics interactions 2025-10-06 20:10:29 +02:00
c91fc398e0 Adjust physics properties and implement configurable ForceMode in TestScript 2025-10-05 19:20:18 +02:00
e5321b1671 Add initial UI Toolkit setup and schemas 2025-10-04 18:32:09 +02:00
0118860a6f Integrate Input System with movement and attack actions 2025-10-03 19:25:33 +02:00
af5c2a743f Add .gitattributes for Unity YAML merge tool and LFS configuration 2025-09-30 21:30:41 +02:00
c5ca8531dc test commit and push 2025-09-30 19:03:00 +02:00
e351b8a52e first commit 2025-09-30 19:02:22 +02:00