Hello.
My question is simple, is there a way of profiling an Android/iOS application whitout having to “Build and Run” the project? The project is built in a build machine, not in my computer, so I can’t “Build and Run” it.
Thanks in advance.
Hello.
My question is simple, is there a way of profiling an Android/iOS application whitout having to “Build and Run” the project? The project is built in a build machine, not in my computer, so I can’t “Build and Run” it.
Thanks in advance.
Hi,
Editor should always see running Development Player assuming Player and Editor runs in the same network.
Usually you can’t connect or see Player in the connection dropdown if:
If you have “Autoconnect profiler” option set when you build the Player, then Player tries to connect to the Editor discovered in a subnet. Thus you can have Editor with ProfilerWindow opened and just launch app directly from the device to see the data in profiler.
Ok, it’s working now, thanks for the fast answer.