When compiling in IL2CPP (Unity 5.4.2f2), Xcode reports that my game level is corrupted and with this error some of the scripts in the level are not running. Unfortunately this is the only error I'm seeing from Xcode so I'm at a loss on the next steps to debug. I suspect the level itself is not the issue as it plays fine within Unity itself and when compiled with Mono2x all scripts run and everything works as expected on an iOS device.
In researching the issue I did try removing non-running scripts from game objects and reconnecting them based on the following suggestion without success: http://answers.unity3d.com/questions/1029033/some-scripts-not-running-on-device-with-il2cpp.html
Are there any debugging tips or places to look which I might be missing to find the issue? Perhaps some additional log details that are not immediately exposed in Xcode?
Thank you.
↧