Class AddressablesPlayerBuildProcessor
Maintains Addresssables build data when processing a player build.
Inherited Members
Namespace: Global Namespace
Assembly: Unity.Addressables.Editor.dll
Syntax
public class AddressablesPlayerBuildProcessor : IPreprocessBuildWithReport, IPostprocessBuildWithReport, IOrderedCallback
Properties
| Name | Description |
|---|---|
| callbackOrder | Returns the player build processor callback order. |
Methods
| Name | Description |
|---|---|
| OnPostprocessBuild(BuildReport) | Restores temporary data created as part of a build. |
| OnPreprocessBuild(BuildReport) | Initializes temporary build data. |