Unity Android Debug
For people who never play with Unity android debug before, here are few steps to do it. 1: Make sure you download the Android Build Support for you Unity version and check Preferences in Unity Edit menu to make sure you have Android SDK and NDK installed. Usually Android SDK and NDK will be installed when you install Android Build Support . If not you can go to download Android Studio and manually copy the path. JDK is also same. 2: Go to Build Setting, switch to Android build platform. And check development build if you want. 3: Now, open the developer option in your phone. You might not see it in your phone setting, because it is hidden by default setting. Some phone you can just tap 7 times on the bar that say the your current phone's system version. You can easily search on Google for how to open developer option for your phone. Once you see the developer option, click USB debugging and allow USB debugging w...