Hi all,
xcode is stopping on exceptions which are thrown inside a try catch in my unity csharp scripts. I already checked if “slow and safe” is chosen in the player settings.
When I run the app without xcode or in release mode everything works fine.
What can I do to fix this?
I use try catch like this:
try{
// code to run
} catch { }
Best regards
Dennis