
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
retry 버튼을 눌러 다시 씬을 부르는 과정에 아래와 같은 Error가 나옵니다,
Bulid Setting에도 씬을 추가 헸습니다. 순서도 바꾸어 보고 검색도 해 보았는데 안되네요!!
빌드는 Windows을 선택해서 하였습니다.

작성한 코드 및 에러 메세지
public void ReGame()
{
SceneManager.LoadScene("mainScene");
}
Scene 'mainScene' couldn't be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
To add a scene to the build settings use the menu File->Build Settings...
UnityEngine.SceneManagement.SceneManager:LoadScene (string)
retry:ReGame () (at Assets/Scripts/retry.cs:21)
UnityEngine.EventSystems.EventSystem:Update ()
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
