Version: 2021.2
LanguageEnglish
  • C#

SceneTemplateService

class in UnityEditor.SceneTemplate

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A utility class that manages SceneTemplateAsset instantiation.

Static Methods

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.