타워 선택 건설 및 몹 웨이브 생성

Defence용 Scene 별도 생성
This commit is contained in:
2026-01-13 01:20:44 +09:00
parent 5a9fc719de
commit 022bc48bc5
26 changed files with 2768 additions and 167 deletions

View File

@@ -33,4 +33,10 @@ public class PlayerMovement : MonoBehaviour
transform.forward = move;
}
}
// Player 스크립트 내부
void OnControllerColliderHit(ControllerColliderHit hit)
{
Debug.Log($"무언가와 부딪힘: {hit.gameObject.name}");
}
}