Unity remote?

Hello!
Im very interested in developing for android, yea i now about the bad sales on android market. Still i beleave there is some way to be big there. Is it possble to use unity free and develop your android game and try it out on your device? Becouse i found unity remote on the market, what is unity remote and how do it work? I read that you connect it your unity editor but do i need to buy a license fo android before i can even develop for it? And use remote?

Sorry for the bad english, kind of wish there was some autocorrent system for this keybord system on my android tablet.

Thanks // sitting

i use it, it’s install the remote on your android (it’s free), connect your USB cable (put android in USB Development mode)

then start unity, and press play (now you can use the touch functions and stuff from your mobile (as an controller sort of))

if it doesnt work then you got a problem ALOT of ppl have…

do this to fix it:

open CMD.exe

go to your android SDK path and in the map called platform-tools

example:

cd C:\android\platform-tools\

you should now see

C:\android\platform-tools*insert blinking cursor here*

type ADB kill-server, press enter and then type ADB Devices (enter)

you should see an number and a device then, if you don’t you dont got the “adb platform sooner single adb interface” correctly installed
which should come with your USB drivers (from the android phone).

and no sorry i don’t know the mac version to fix it

hi

i follow all the steps

  1. in unity preferences the android path
  2. on my novo hero ii tablet install unity remote

but when i type ADB kill-server or ADB Devices then Error is show that ADB is not recognozed

First , also in your CMD, go to the path where your android-sdk is, else it makes perfect since windows can’t find the executable just by the reference “adb” (unless you’d have defined it as an alias yourself.) :wink: