Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The type or namespace name 'KVPairArray' could not be found #8

Open
ModischFabrications opened this issue Oct 10, 2024 · 3 comments
Open

Comments

@ModischFabrications
Copy link

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.

@Ayfel
Copy link

Ayfel commented Dec 27, 2024

Same issue here

@00000kevin
Copy link

I'm getting the same issue too. Has anyone been able to find a work around?

@00000kevin
Copy link

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants