Example #1
0
 public override void Crash()
 {
     // Unity's C#-Java bridge intercepts Java exceptions, so here we provide a convenience
     // crasher that throws an exception on another thread (and hence bypasses Unity's exception handlers)
     CrashWrapper.CallStatic("crash");
 }
Example #2
0
 public override void Crash()
 {
     CrashWrapper.CallStatic("crash");
 }