UnregisterCollection(IAssetProvider, ResourceTableCollection)
Removes every per-locale table in a collection from a provider.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
public virtual void UnregisterCollection(IAssetProvider provider, ResourceTableCollection collection)
Parameters
The provider instance from the settings chain.
The collection whose tables to remove.
Remarks
Called when a collection moves to a different provider so the previous provider drops its stale mappings.