Method FixIssues
FixIssues(AddressableAssetSettings)
Fixing method to be run on results of the RefreshAnalysis. If CanFix returns true, this method must be overriden. It is recommended that RefreshAnalysis caches any data that will be needed to fix. Fix should not rerun RefreshAnalysis before fixing.
Declaration
public virtual void FixIssues(AddressableAssetSettings settings)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings | The settings object to analyze |