Method BuildPlayerContent
BuildPlayerContent()
Runs the active player data build script to create runtime data. See the BuildPlayerContent documentation for more details.
Declaration
public static void BuildPlayerContent()BuildPlayerContent(out AddressablesPlayerBuildResult)
Runs the active player data build script to create runtime data. See the BuildPlayerContent documentation for more details.
Declaration
public static void BuildPlayerContent(out AddressablesPlayerBuildResult result)Parameters
| Type | Name | Description | 
|---|---|---|
| AddressablesPlayerBuildResult | result | Results from running the active player data build script. |