Profiling in mobile platforms without "Build and Run"

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:

  1. Networks are different (e.g. device on wifi and desktop on ethernet).
  2. Firewall is on.
  3. Port is occupied (54997).
  4. Another Editor is running in a network and stealing connection.
  5. Player is not Development.

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.

1 Like