The standard way to tackle this kind of thing is to use `Debug.Log` statements throughout your code, and then look at the log messages to see which bits of code are executed. On Android you'll need to know about `adb logcat`.
↧