Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WriteGameManagersSerializedFile(string, WriteManagerParameters)

Writes the current settings of internal Unity game manager classes to the 'globalgamemanagers' file on disk.
Read time 1 minuteLast updated 13 days ago

Definition

Warning
Deprecated. WriteGameManagersSerializedFile will be removed in a future version. Calling the function will throw an exception.
public static WriteResult WriteGameManagersSerializedFile(string outputFolder, WriteManagerParameters parameters)

Parameters

outputFolder

The location to write the file to.

The set of parameters used to write the file.

Returns

Type

Description

WriteResultThe detailed results from writing the file.

Remarks

Internal use only. See note on ContentBuildInterface.