By: ANONYMOUS
il2cpp bug reporting!. please fix System.Globalization.RegionInfo. compiler reported (Filename: currently not available on il2cpp Line: 4294967295)
View ArticleBy: Josh Peterson
I’m not sure what the specific problem is. Could you please submit a bug report via the Unity editor? Please include a project that reproduces the bug is possible. We should be able to correct it then....
View ArticleBy: focus
Thanks for this nice dive. The more I learn how IL2CPP works, the more I wonder how it works at all =) Pure magic it seems.
View ArticleBy: ANONYMOUS
(Filename: /Users/builduser/buildslave/unity/build/artifacts/iPhonePlayer-armv7-il2cppGenerated/UnityEngineDebug.cpp Line: 56) ArgumentException: Region ID 1033 (0x0409) is not a supported region....
View ArticleBy: Josh Peterson
It looks like this might be related to localization, but we’ll need a project in a bug report to track down the cause for sure. Thanks.
View ArticleBy: Morten Nielsen
We noticed that the iOS IL2CPP generated code does not crash our game when e.g. a NullReferenceException is thrown like in the example above: Important boom = null; Debug.Log(boom.InstanceIdentifier);...
View ArticleBy: Josh
We’re having the same problem and it was a bit of a terrifying surprise to learn that exceptions weren’t crashing the game anymore. We definitely have FastNoExceptions turned on. What should we do to...
View ArticleBy: IL2CPP Internals: P/Invoke Wrappers | Game Developr
[…] get a little more exciting with a non-blittable type, like string. Recall from an earlier post that strings in IL2CPP are represented as an array of two-byte characters encoded via UTF-16, […]
View Article