Version: 2022.3
언어: 한국어
public string[] scenes ;

설명

The Scenes to be included in the build.

If empty, the currently open Scene will be built. Paths are relative to the project folder, for example "Assets/MyLevels/MyScene.unity". If any scene is currently open and has unsaved changes, the editor will ask the user to save these changes before building - or save changes automatically, if Application.isBatchMode is true. See Also: EditorBuildSettings.scenes.