SceneTemplateService.NewTemplateInstantiating

Switch to Manual
public delegatevoid NewTemplateInstantiating (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, string newSceneOutputPath, bool additiveLoad);

Parameters

sceneTemplateAssetThe Scene template to instantiate.
newSceneOutputPathThe output path for the new Scene. This can be empty if the scene is created in memory.
additiveLoadSpecifies whether to instantiate the Scene template in additive mode.

Description

An event called before a Scene template is instantiated.