Class AnalyzeResultData
Represents the data acquired after analyzing Addressable assets.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.AnalyzeRules
Syntax
[Obsolete("This has been made obsolete and is no longer functional. Analyze result data is handled internally.")]
public class AnalyzeResultData : ScriptableObject, ISerializationCallbackReceiver
Methods
Name | Description |
---|---|
OnAfterDeserialize() | Retrieves serialized data after a domain reload. |
OnBeforeSerialize() | Converts our data to a serialized structure before a domain reload. |