- Import these classes into your Unity Project
Assets
folder - Export GUIDs from FMOD via
File -> Export GUIDs...
- Place the
GUIDs.txt
file in your Unity ProjectAssets
folder - The FMODGuidsImporter will automatically generate a class, containing all GUIDs as
public static readonly
fields.
Mtihc/Unity-FMOD-GUIDs-Importer
AssetPostProcessor class that generates a class file whenever a file named GUIDs*.txt is imported into Unity.
C#GPL-3.0