概要
if ( AssetDatabase.TryGetGUIDAndLocalFileIdentifier( instanceId, out var guid, out long localId ) ) { Debug.Log( guid ); Debug.Log( localId ); }
AssetDatabase.TryGetGUIDAndLocalFileIdentifier
を使用する
if ( AssetDatabase.TryGetGUIDAndLocalFileIdentifier( instanceId, out var guid, out long localId ) ) { Debug.Log( guid ); Debug.Log( localId ); }
AssetDatabase.TryGetGUIDAndLocalFileIdentifier
を使用する