Skip to content

BugFix Multiple Scene Loading and Layer Controll

Yoo Hyeokjin edited this page Jun 17, 2023 · 3 revisions

BugFix - Multiple Scene Loading and Layer Controll

준비

SceneLoadBug

  • 여러개의 Scene을 로드할 때 발생하는 오류

File - Build Settings에 들어가서 다음과 같이 세팅한다.
후에 Add Open Scenes를 클릭하고 Scene 순서를 설정하면 된다.

LayerControll

  • 플레이어와 적, 적과 무기는 호환되어야 하지만 플레이어와 무기는 호환되면 안되기 때문에 Layer를 나눠야 한다.

Edit - Project Setting...에 들어가서 다음과 같이 세팅한다.
Physics 2D에서 호환되면 안되는 layer를 해제한다.

Clone this wiki locally