ISceneTemplatePipeline.AfterTemplateInstantiation

Switch to Manual
public void AfterTemplateInstantiation (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, SearchService.Scene scene, bool isAdditive, string sceneName);

Parameters

sceneTemplateAssetThe Scene template asset to instantiate.
sceneThe newly created Scene.
isAdditiveWhen set to true, the new Scene is created in additive mode.
sceneNameThe path to the newly created Scene. If the template you instantiated does not have any cloneable dependencies, this can be empty.

Description

An event called after the Scene template is instantiated, and while the new scene is still loaded.