Hi,
We are getting too many error while porting our game to WebGL. I am using beta15, as using later give error while making build. I am using FireFox 34.0.5. Right now i am stuck with these two issue
Value is not a convertible object: System.Int32 to System.Nullable`1 while deserializing xml, where in class has some nullable int memeber. I fixed this by removing all the nullable parameters.
After fixing above now build is not working after exception
I also see there are a lot of reflection related items with generics in your stack trace. I know there are currently some WebGL (IL2CPP related I believe) with WebGL and Generics, at least from what I’ve been able to discern so far. These issues also affect my JSON .NET asset, but they are working on it and you’ll see fixes coming down the pipe very soon. Dantus is right, file a bug report with the latest version if you’re still having an issue.
Yes I did tried beta 18, but build failed because IL2CPP give error for byte array. The nGUI localization return byte array and IL2CPP give error, system_byte_0_0_0 to be replaced by system_type_0_0_0(i think it never generate type for system.byte). And this error comes for all the beta version after 15. That’s why i am using beta 15.