Unity 버전 : 2021.3.8f1 LTS
유니티에서는 고유 식별자를 가져올 수 있는 메서드를 제공한다.
The instance ID of an object is always unique.
The ID changes between player runtime and Editor sessions.
https://docs.unity3d.com/ScriptReference/Object.GetInstanceID.html
'Engine > Unity' 카테고리의 다른 글
[Unity] Canvas Group의 유용함에 대해서 (0) | 2022.09.19 |
---|---|
책 [유니티 C# 스크립팅 마스터하기] 통독 후 깨달은 점 (0) | 2022.09.17 |
[Unity] GameObject.FindGameObjectWithTag() 빠르지만 안 쓰는 이유 (0) | 2022.09.15 |
[Unity] private 변수를 에디터 인스펙터 상에서 보려면 (디버깅 용) (0) | 2022.09.15 |
[Unity] SendMessage(), BroadcastMessage() 안 쓰는 이유 (0) | 2022.09.15 |