Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BuildPipeline.WriteBootConfig

Declaration

public static void WriteBootConfig(string outputFile, BuildTarget target, BuildOptions options);

Parameters

outputFile The location to write the file to.
target The platform to target for this build.
options Options for this build.

Description

Writes out a "boot.config" file that contains configuration information for the very early stages of engine startup.