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).
| Method | Description |
|---|---|
| CreateLoadableSceneId | Create a LoadableSceneId object based using a scene's GUID. |
| LoadableSceneIdToGuid | Extracts the GUID from a LoadableSceneId. |