Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SceneTemplateService

A utility class that manages SceneTemplateAsset instantiation.
Read time 1 minuteLast updated 13 days ago

Definition

public static class SceneTemplateService

Static Methods

Method

Description

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.

Static Events

Member

Description

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

Delegates

Delegate

Description

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