Scene 'GameScene' couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
SceneManager.LoadScene을 이용해 씬을 이동할때 위와 같이 에러가 발생하는 경우가 있다.
이는 Build Settings에서 이동할 씬을 등록하지 않아서 발생하는 문제로
이동할 씬을 열고 File -> Build Settings으로 이동하여
Add Open Scenes 버튼을 이용해 해당 씬을 동록해 주면 된다.
반응형
'가이드 > Unity, C#' 카테고리의 다른 글
[Unity/C#] 투명 Mask 설정하는 방법 (0) | 2023.07.25 |
---|---|
[Unity/C#] 에디터, 디바이스에서 Json파일 불러오는 방법 (0) | 2023.05.18 |
[Unity/C#] ngui Input Field Validation 옵션 (2) | 2023.03.18 |
[Unity/C#] position과 localPosition의 차이 (0) | 2023.03.12 |
[Unity/C#] Private 변수 에디터에서 보이게 하는 법 - SerializeField (0) | 2023.02.27 |
댓글