You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UsamMigrator.GetAssemblyDefinitionAssets() has an issue finding assemblies; if there are multiple with prefix
varguid=AssetDatabase.FindAssets($"t:AssemblyDefinitionAsset {name}");if(guid.Length==0){continue;//there is no asset of this assembly to reference}if(guid.Length>1){thrownewException($"Found more than one assembly definition with the name: {name}");}
The text was updated successfully, but these errors were encountered:
The
UsamMigrator.GetAssemblyDefinitionAssets()
has an issue finding assemblies; if there are multiple with prefixThe text was updated successfully, but these errors were encountered: