에디터 내에서 또는 런타임 시 스크립트를 사용하여 여러 씬을 편집할 수 있습니다.
에디터 내에서 스크립트를 사용(또는 실행) 시 다음을 사용합니다.
Scene struct: 에디터와 런타임 모두에서 가능하며 씬 구조에는 씬 자체에 관련된 이름, 에셋 경로 등 읽기 전용 프로퍼티를 포함합니다. * EditorSceneManager API: 이 클래스는 에디터에서만 사용할 수 있으며 이 클래스에는 여러 씬 설정 및 여러 씬의 데이터 베이킹 페이지에 서술된 기능을 편집하는 모든 다중 씬을 구현하기 위한 몇 가지 함수가 있습니다. * SceneSetup utility class: 계층 창에 있는 씬에 대한 정보를 저장하기 위해 사용할 수 있는 유틸리티 클래스입니다.
여러 씬을 편집하기 위해 런타임 시 스크립트를 사용할 때 LoadScene
과 UnloadScene
같은 SceneManager 클래스에서 함수를 사용합니다.
팁:
ScriptableObject
로 직렬화할 수 있습니다. 계층 창을 복원하려면 SceneSetups
리스트를 다시 생성하고 EditorSceneManager.RestoreSceneManagerSetup을 사용합니다.sceneCount
를 받아 GetSceneAt
을 씬에 반복적으로 적용합니다.Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.