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
I get this error 4x while migrating from Meta SDK to this.
Library\PackageCache\com.unity.xr.picoxr@39f2cc8faf\Platform\Scripts\Service\Matchmaking.cs(51,13): error CS0246: The type or namespace name 'KVPairArray' could not be found (are you missing a using directive or an assembly reference?)
I am pretty sure this is because of this earlier error while importing:
GUID [af96c3f14f761724db9f93a693fbad2e] for asset 'Packages/com.unity.xr.picoxr/Platform/Scripts/Models/Common.cs' conflicts with: 'Packages/com.meta.xr.sdk.platform/Scripts/Models/Error.cs' (current owner) We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
It would be great if you could give that one a new GUID or .meta file, so it doesn't collide with Meta SDKs.
The text was updated successfully, but these errors were encountered:
@ModischFabrications@Ayfel i've been able to get this working by removing the Error.cs file & adding it back in again, it seems it was able to generate a new GUID itself then and stopped complaining about a conflict which got rid of the errors about the KVPairArray for now at least. Hope it helps!
I get this error 4x while migrating from Meta SDK to this.
Library\PackageCache\com.unity.xr.picoxr@39f2cc8faf\Platform\Scripts\Service\Matchmaking.cs(51,13): error CS0246: The type or namespace name 'KVPairArray' could not be found (are you missing a using directive or an assembly reference?)
I am pretty sure this is because of this earlier error while importing:
GUID [af96c3f14f761724db9f93a693fbad2e] for asset 'Packages/com.unity.xr.picoxr/Platform/Scripts/Models/Common.cs' conflicts with: 'Packages/com.meta.xr.sdk.platform/Scripts/Models/Error.cs' (current owner) We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
It would be great if you could give that one a new GUID or .meta file, so it doesn't collide with Meta SDKs.
The text was updated successfully, but these errors were encountered: