Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to restart the engine Unity on the iPhone. For this purpose we have adapted to the AppController. We use the Unitycleanup function to quit Unity. But if we start the Unity InitApplication function a second time, then the application crashes. We have now noticed that there is a problem with the RegisterAllStrippedInternalCalls function. Therefore, the question of how you can disable the mono-modules?

share|improve this question
Can you provide more information about the crash? Stack trace perhaps? – skolima Apr 27 '12 at 8:45
here is the crash report from Mono: Mono path[0] = '/var/mobile/Applications/4C305E0B-6621-4A8C-AC41-7DF693B5E35A/XXXX.app/Data/Man‌​aged' * Assertion at critical-sections.c:61, condition `ret == 0' not met – – Schumi Apr 27 '12 at 9:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.