diff --git a/Assets/Scripts/Character/CharacterBase.cs b/Assets/Scripts/Character/CharacterBase.cs index b4368c66..9bfa4132 100644 --- a/Assets/Scripts/Character/CharacterBase.cs +++ b/Assets/Scripts/Character/CharacterBase.cs @@ -12,7 +12,7 @@ public abstract class CharacterBase : MonoBehaviour public float defensePower = 5f; // 방어력 public float moveSpeed = 5f; // 이동 속도 - protected readonly float gravity = -9.81f; // 중력 + public readonly float gravity = -9.81f; // 중력 [Header("상태 이상")] public List statusEffects = new List(); diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 365fcfeb..bbfd4582 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,11 +1,5 @@ { "dependencies": { - "com.unity.ai.navigation": { - "version": "1.1.5", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.modules.ai": "1.0.0" "com.unity.2d.animation": { "version": "9.1.3", "depth": 0, @@ -49,6 +43,15 @@ }, "url": "https://packages.unity.com" }, + "com.unity.ai.navigation": { + "version": "1.1.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.ai": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.burst": { "version": "1.8.19", "depth": 1,