[!HOTFIX] 버그 수정

This commit is contained in:
Sehyeon 2025-04-21 15:46:10 +09:00
parent 116473ccc6
commit e5d94ba43d
2 changed files with 10 additions and 7 deletions

View File

@ -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<StatusEffect> statusEffects = new List<StatusEffect>();

View File

@ -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,