Is the profiler able to link up with android devices now? if it is, is there a trick to linking it up? I have development build selected and have it set to auto connect but nothing happens. also I can not select the device in the profiler I only have the option to select the editor.
I’ve just double checked that the Profiler works. Remember to set up your computer and your device to a single network for it to work.
I tested it on my Windows 7 x64 PC that was connected via ethernet to router1 and a device that was wifi connected to router2.
Ok I need to hook my phone up to a network then, plugging my phone into the computer via usb cable is no good then correct?
Ok phone is hooked up to the same router via wifi, are there any steps i need to take so that unity can find the phone?
ok got it to show up on the profiler, but not connecting. When i try to select the phone, the profiler won’t switch from the editor. i even have it to auto connect and won’t launch the profiler.
Same here
BUMP this happens for me too
same here, Devise is connected over wifi, ping is reached,
what port profiler use on android device? its TCP protocol? can i enter device ip address manually?
using Unity 3.5 f1
still not work
on android 2.3 works on 3.2 not work!
Same, profiler doesn’t switch from editor to the phone.
Same here.
When i try to select my android device from “Active Profiler”, i see only:
- Editor
- AndroidPlayer(ADB@127.0.0.1:54999)
App is started on device, but profiler doesn’t show anything.
EDIT: whoops! i forgot that line: adb forward tcp:54999 localabstract:Unity-
It’s ok now
Thanks XeviaN360 your command line was very useful to me
where do you add this? I’m having same problems trying to use the Profiler with an Android device… I can see the device as an option in the profiler inside Unity, but it will not connect to it and error messages are logged to console saying it was unable to connect.
Xevia. you are great!
@urgrund: you have to open the win command shell (CMD) and paste the line with the correct path of your adb (android SDK > plattform tools)
Hi @XeviaN360 , i try with bluestack, but it’s not viewed in profiler unity, in adb can see the devices but… can you help?