Replies: 2 comments
-
This was an issue on the Unity side. I thought they had shipped the fix in recent versions of Unity 2021.2. Which version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks yes I'm on 2021.2 and it seems to have been fixed. My error shows to have been a conflict with a bundled |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to add MRTK to Unity 2021.2 using the MixedRealityFeatureTool.exe. I've added these packages;
but I end up with multiple compilation error in
\Core\Extensions\SystemNumericsExtensions.cs
. around System.Numerics package.Problem is it says
The type 'Vector3' exists in both 'System.Numerics.Vectors, and 'System.Numerics
. I tried changing it to System.Numerics.Vectors.Vector3 but get the errorThe type or namespace name 'Vectors' does not exist in the namespace 'System.Numerics' (are you missing an assembly reference?)
What's going on here. Am I missing something else? Is MRTK not compatible with Unity 2021.2?
Regards
Beta Was this translation helpful? Give feedback.
All reactions