unity3d - Can I use Unity remote with a Android emulator instead of Android phone? -


unity remote app. allows connect unity while running project in play mode editor.

but if want test game don't have android phone? yes, happens ¯\_(ツ)_/¯

i have great android emulator: nox app player

screenshot

the emulator doesn't have usb, show me standsrt text connect device usb cable ..... bla bla bla ...game in unity editor running...emulator doesn't display game.

can somehow connect emulator unity using unity remote? or using else? how?

not sure if still need solution problem, think should leave solution come later.

you can connect nox unity via unityremote (i'm using unity remote 5) adb of nox. here steps :

  • rename adb.exe other (i.e adb_origin.exe). it's located @ sdk folder\platform-tools
  • go nox installation folder\bin, looking nox_adb.exe, copy location of origin adb.exe
  • rename nox_adb.exe adb.exe
  • open cmd , enter : adb.exe connect localhost:62001 , see "already connected localhost:62001". if not, can try replace localhost 127.0.0.1
  • then apply steps 3 → 7 of @alexey
  • at resolution dropdown, can choose normal (default downsize) have better image quality on nox

note after of this, should restore origin adb.exe later use. here result picture :

successful pic, sorry can't post directly

hope useful.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -