Hey everyone,
I am using the AssetDatabase.GuidToAssetPath to locate components.
This works really well in most cases, yet in some this method returns an empty string.
Does anyone know why this happens or how I can decode the GUID in another way?
How does Unity decode the GUID, can I maybe do this manually?
Thanks in advance!