feat: PlayerAnimation

This commit is contained in:
2026-05-27 15:13:27 +02:00
parent 117005aa67
commit 17773d1b46
3 changed files with 149 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ public class PlayerCamera : MonoBehaviour
void OnEnable()
{
_lookAction?.Enable();
_playerPosition = _references.Target.position;
_pitch = _settings.DefaultPitch;
}
void OnDisable()