Version: 2019.2
public static Build.Content.SceneDependencyInfo PrepareScene (string scenePath, Build.Content.BuildSettings settings, Build.Content.BuildUsageTagSet usageSet, string outputFolder);
public static Build.Content.SceneDependencyInfo PrepareScene (string scenePath, Build.Content.BuildSettings settings, Build.Content.BuildUsageTagSet usageSet, Build.Content.BuildUsageCache usageCache, string outputFolder);

Parameters

usageCacheOptional cache object to use for improving performance with multiple calls to this api.
scenePathInput path of the Scene to prepare.
settingsSettings to use for preparing the Scene.
usageSetOutput usage information generated from preparing the Scene.
outputFolderOutput location where the post prepared Scene will be saved.

Returns

SceneDependencyInfo Dependency information for the Scene.

Description

Calculates the Scene dependency information and writes a post processed Scene to disk.

Internal use only. See note on ContentBuildInterface.