UMote - Phone to PC Remote for Unity 3.1

Hello developers!

UMote is a remote solution that connects your phone to your PC and allows it to act as an input source for your Unity app. The file includes a readme with instructions, and the code should be sufficiently commented for all your remote needs.

You simply add the Remote prefab to your project and you’re pretty much done.
The connection is established through wifi and it allows you access to the phone’s accelerometer and touches.

So until Unity 3.2 arrives with built-in remote support, feel free to use this in the meantime.
Drop a line if you found this useful!

489786–17194–$UMote.unitypackage (7.23 KB)

thank you!
i’ll have a try~

great tool,it works.
but it ask me to change some of my script by my hand so it could work.
you know this is not an easy thing…

Glad to hear it !

Hmm. I personally use Visual Studio for my coding, so I just did a search-and-replace to change the variables.
I can’t change the actual values of Unity’s Input class, they are as far as I know read-only.