캐릭터 움직임

This commit is contained in:
2026-09-24 00:30:35 +09:00
parent 3b323714fd
commit ac2828c0ed
75 changed files with 1680 additions and 72 deletions

View File

@@ -32,6 +32,7 @@ private void Awake()
if (Instance == null)
{
Instance = this; //만들어진 자신을 인스턴스로 설정
DontDestroyOnLoad(gameObject); //씬이 바뀌어도 파괴되지 않도록 설정
Initialize();
}
else