-
-
Notifications
You must be signed in to change notification settings - Fork 734
Remove Unity related symbols from Nuget projects #1888
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. Thanks. Just one cleanup opportunity please.
@AArnott Please review the changes. |
Will you guys be able to push this fix onto nuget? There is a serious problem with AOT support right now as nuget packages don't obey MESSAGEPACK_FORCE_AOT or ENABLE_IL2CPP. Resulting in NOT_SUPPORTED exception on Android IL2CPP. |
@evorowy-jk Can you confirm the problem you're having is with the v3.0 version? |
Sorry, as I sent the comment I saw that new version has been released - unfortunately on Unity 6, on nuget MessagePack 3.0.129-beta with following MessagePack initialization code:
During Runtime on Android (IL2CPP build) there is an error with DynamicAssembly:
It is somewhat connected with the defines/this issue - should I open new one though? |
Yes, please open a new issue. Thanks for reporting. |
Closes #1886