CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ UpgradeAllAssetSerializationVersions()

static void UpgradeAllAssetSerializationVersions ( )
static

Updates all native asset files to reflect any changes in serialization in the current editor version.

Use this after upgrading Unity Editor versions and you want to make sure all native assets are serialized to the current serialization format. Depending on whether Unity made changes to the serialization format this may change between none to all native assets, including .meta files. Use with caution when working with source control: discuss implications with the team / tech lead.

See also