Is there a significant performance cost to exceptions when using the IL2CPP backend on Android or other platforms?
I'm debating using failure return results or raising exceptions for incorrect function use.
↧