msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
835 stars 175 forks source link

what's the different between unity with unity-full in the MsgPack.Cli.0.9.0-beta1 ? #195

Closed zhuoyikang closed 7 years ago

zhuoyikang commented 8 years ago

which should I choose?

yfakariya commented 8 years ago

If you use 'corlib only' build in Unity player settings, use unity/ build. Otherwise, use unity-full/ which depends on System.dll assembly and supports Stack and Queue serialization.

yfakariya commented 7 years ago

Close this question because it was answered about half year ago.