Open endel opened 8 years ago
Sorry for delay. It should be same (AOT issue) which is caused by missing MessagePackSerialiazer.PrepareType<T>()
call for required types...
Please try to call PrepareType<T>
for you want to (de)serialize and its dependencies.
It should be more accurate when you put the full stack trace if available.
Hey there,
First of all, thanks for this awesome library.
I'm importing the binary
unity
(notunity-full
, version0.9.0-beta1
) and building for the web and here's the error that I get:Is this error expected? I see that @tametick had a similar issue, but I'm not sure if it's the same.
Cheers!