SceneTemplateService

class in UnityEditor.SceneTemplate

Switch to Manual

Description

A utility class that manages SceneTemplateAsset instantiation.

Static Functions

CreateSceneTemplateCreates a new Scene template at a specific path. The template is not bound to a Scene.
CreateTemplateFromSceneCreates a new Scene template bound to a specific Scene. All of the template Scene's dependencies are extracted and set to be referenced.
InstantiateInstantiates a new Scene from a template.

Events

newSceneTemplateInstantiatedEvents fired after a Scene template is instantiated.
newSceneTemplateInstantiatingEvents fired before a Scene template is instantiated.

Delegates

NewTemplateInstantiatedAn event called after a Scene template is instantiated.
NewTemplateInstantiatingAn event called before a Scene template is instantiated.