Class SceneTemplate
Inherited Members
Namespace: UnityEditor.SceneTemplate
Assembly: solution.dll
Syntax
public static class SceneTemplate
Methods
Name | Description |
---|---|
CreateSceneTemplate(string) | Create a new Scene template at a specific path. This scene template won't be bound to a scene. |
CreateTemplateFromScene(SceneAsset, string) | Create a new scene template bound to a specific scene. All its dependencies will automatically be extracted and set to reference. |
Instantiate(SceneTemplateAsset, bool, string) | Instantiate a new scene from a template. |
Events
Name | Description |
---|---|
newSceneTemplateInstantiated | Events fired after a template is instantiated. |
newSceneTemplateInstantiating | Events fired before a template is instantiated |