Home
Softono
unity-guid-mapper

unity-guid-mapper

Open source MIT C#
17
Stars
2
Forks
0
Issues
3
Watchers
6 years
Last Commit

About unity-guid-mapper

Show/List/Replace assets with specified GUID for Unity 3D.

Platforms

Web Self-hosted Windows

Languages

C#

Links

Unity GUID Mapper

Show/List/Replace assets with specified GUID for Unity 3D.

Usage

  • dotnet uguid.dll -show <AssetFile> Show the GUID for the asset file.
  • dotnet uguid.dll -list <AssetsDirectory> <Guid> Lists assets that uses given GUID asset.
  • dotnet uguid.dll -replace <AssetsDirectory> <OldGuid> <NewGuid> Replaces assets that uses given GUID with the new one.

How to know GUID of an asset?

You can access GUID of an asset by its .meta file:

AssetGUID