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

FormatterNotRegisteredException: Unity.Mathematics.int2 is not registered in resolver #1603

Open
tony-topper opened this issue Apr 13, 2023 · 2 comments · May be fixed by #1690
Open

FormatterNotRegisteredException: Unity.Mathematics.int2 is not registered in resolver #1603

tony-topper opened this issue Apr 13, 2023 · 2 comments · May be fixed by #1690

Comments

@tony-topper
Copy link

Is your feature request related to a problem? Please describe.

The Unity Mathematics package has several simple numeric types that I imagine could be easily supported within the UnityShim

Describe the solution you'd like

When I use int2 it throws the error: "FormatterNotRegisteredException: Unity.Mathematics.int2 is not registered in resolver". Would like for int2 to have a registered format

Describe alternatives you've considered

I could change to a Vector2, VectorInt2, or two separate int fields, but those solutions wouldn't be as graceful.

Additional context

Supporting Unity mathematics seems like a good idea if you want to continue to attract Unity users to this package.
https://docs.unity3d.com/Packages/com.unity.mathematics@1.0/manual/index.html

KonH added a commit to KonH/MessagePack-CSharp that referenced this issue Oct 13, 2023
@KonH KonH linked a pull request Oct 13, 2023 that will close this issue
@KonH
Copy link
Contributor

KonH commented Oct 13, 2023

@AArnott please take a look at PR - #1690

@AArnott
Copy link
Collaborator

AArnott commented Oct 19, 2023

@KonH, It looks like @neuecc already is looking at your PR. And that's good because I'm not familiar with unity.

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

Successfully merging a pull request may close this issue.

3 participants