Version: 2018.4
LanguageEnglish
  • C#

ContentBuildInterface.PrepareScene

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

Declaration

public static Build.Content.SceneDependencyInfo PrepareScene(string scenePath, Build.Content.BuildSettings settings, Build.Content.BuildUsageTagSet usageSet, string outputFolder);

Declaration

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

Parameters

usageCache Optional cache object to use for improving performance with multiple calls to this api.
scenePath Input path of the Scene to prepare.
settings Settings to use for preparing the Scene.
usageSet Output usage information generated from preparing the Scene.
outputFolder Output 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.