Remove Unity related symbols from Nuget projects#1888
Conversation
AArnott
left a comment
There was a problem hiding this comment.
Good. Thanks. Just one cleanup opportunity please.
|
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? |

Closes #1886