2026-04-02 타임라인 (진행중)

This commit is contained in:
2026-04-02 18:04:00 +09:00
parent 4cbd9787b8
commit dddc685f33
29 changed files with 1172 additions and 24 deletions

View File

@@ -121,6 +121,11 @@ private void Start()
SetCursorLockState(true);
}
public void PlayerStart()
{
Debug.Log("플레이 시작!!");
}
private void Update()
{
//캐릭터 컨트롤러는 FixedUpdate보다 Update에서 하는게 권장됨
@@ -134,9 +139,6 @@ private void Update()
TickTimer();
//PlayerDebug();
Debug.Log($"InteractionTargetsCount : {InteractionTargets.Count}");
}
private void FixedUpdate()