Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnregisterCollection(IAssetProvider, ResourceTableCollection)

Removes every per-locale table in a collection from a provider.
Read time 1 minuteLast updated 10 days ago

Definition

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.