Quantcast
Channel: Answers for "Pushing without compiling"
Browsing latest articles
Browse All 6 View Live

Answer by Tseng

Of course, since you have the Android SDK installed, you also have the Android Debug Bridge (adb.exe), which is somewhere in the platform-tools folder. Just open the command line and type `adb install...

View Article



Answer by PatHightree

Here you go, just put this in a C# script in Assets/Editor. The first time it asks you for the locations of the android debug bridge exe and the apk file. These are stored in the PlayerPrefs for...

View Article

Answer by Antan

Neat script. Makes it really fast to test an apk-only build on the phone. Has anyone made a script that installs an obb-expansion file as well? I tried adding code for .obb to be handled the same as...

View Article

Answer by makaka-org

**macOS fixed script (Unity 2019.4):** - using System; using System.IO; using System.Diagnostics; using UnityEngine; using UnityEditor; public class AndroidAPKInstaller: MonoBehaviour {...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images