Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LoadableSceneIdEditorUtility

Utility class to create LoadableSceneId objects for use in the Editor. A typical use would be to populate fields of type LoadableSceneId on a class derived from ScriptableObject (or MonoBehaviour ).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static class LoadableSceneIdEditorUtility

Remarks

Static Methods

Method

Description

CreateLoadableSceneIdCreate a LoadableSceneId object based on a scene's path.
LoadableSceneIdToGuidExtracts the GUID from a LoadableSceneId.
LoadableSceneIdToSceneResolves the Scene asset referenced by a LoadableSceneId.