Hello,
I’m trying to profile a pre-built APK on android. Basically the APK gets built via command line and I’m wondering if I can actually profile that in a reasonable way.
Hello,
I’m trying to profile a pre-built APK on android. Basically the APK gets built via command line and I’m wondering if I can actually profile that in a reasonable way.
Profile with Unity profiler? If so, then yes, if it was built with development player, but you need to setup tcp tunneling, see Unity - Manual: The Profiler window
Awesome, I’ll give that a shot