유니티 현재의 씬 다시 불러오기
Unity/찾아본것 2019. 5. 2. 13:41Docs : https://docs.unity3d.com/ScriptReference/SceneManagement.Scene-buildIndex.html
http://lonpeach.com/2017/01/27/unity3d-how-to-load-current-level-or-scene/
1 | SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex); | cs |
'Unity > 찾아본것' 카테고리의 다른 글
<화면 나누기> ViewportRect사용 (0) | 2019.06.14 |
---|---|
setdestination can only be called on an active agent that has been placed on a navmesh (0) | 2019.05.03 |
Unity Canvas (0) | 2019.04.24 |
Animator Length 구하기 API (0) | 2019.04.23 |
GameObject, TimedeltaTime (0) | 2019.04.14 |