Tag: Debugging

  • Using ADB Logcat to Debug Unity Application Start Up Times

    Our game The Dog Run has been in open Beta testing for some time and we are wrapping up new builds after the feedback we received during the process. There is still time if you want to check out the Beta edition of the game on the Play Store: https://play.google.com/apps/testing/com.ZuluOneZero.TheDogRun We used the built in Unity…

  • Unity Debugging with ADB for Android

    Hi Zulu here… (First of all … sorry for the cat) Let me say straight off that your first port of call for any Unity debugging should be the Unity Console. Though sometimes you need more low level operating system logging for Android. This is where ADB (in lower case) comes in. On Windows this…