플레이어 사망 애니메이션 적용

부활 시 다시 일어나기 추가
This commit is contained in:
2026-02-16 17:27:05 +09:00
parent 95db5ce4f3
commit 2e612f21ca
2 changed files with 37 additions and 4 deletions

View File

@@ -236,6 +236,7 @@ public class NetworkPlayerController : NetworkBehaviour, ITeamMember, IDamageabl
transform.rotation = spawnPoint.transform.rotation;
}
_animator.SetTrigger("Revive");
Debug.Log($"<color=green>[Player] {gameObject.name} 리스폰!</color>");
}