-
Notifications
You must be signed in to change notification settings - Fork 114
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
[BUG] Serialization Error When Using XRI 3 + Unity 6 #958
Labels
Type: Bug
A problem with an existing feature that can be fixed with the next patched release.
Comments
Mr-Kill
added
Needs: Triage
Needs to be triaged.
Type: Bug
A problem with an existing feature that can be fixed with the next patched release.
labels
Nov 28, 2024
Notes on this issue:
|
This was referenced Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
A problem with an existing feature that can be fixed with the next patched release.
Describe the bug
When using MRTK3 in Unity 6, an exception is thrown during serialization because the ToString() method is called, which is not allowed during serialization in Unity. The error originates from the InteractionModeManager MonoBehaviour on the MRTK Interaction Manager game object and involves the MixedReality.Toolkit.SerializableDictionary.
To reproduce
Steps to reproduce the behavior:
Expected behavior
No exception should occur and add a new item in this Entries list.
Screenshots
Your setup (please complete the following information)
Target platform (please complete the following information)
The text was updated successfully, but these errors were encountered: