Any source code for Unity Remote?

Hi,

I d like to implement a custom version of the Unity Remote. Have unity released the sources for the first version of the Unity Remote?

Thanks

the source comes with unity iphone actually

but a custom version will only be of restricted use, basically rendering or not rendering the window and enable / disable accelerometer / touch input

you can’t impact the communication etc as the unity side is part of the editor and not controllable

Hi Dreamora,

Thanks for reminding me this was in the product already :wink:
I was looking at adapting these articles:
http://workbench.glulogic.com/2009/05/30/java-api-for-mac-trackpad-multitouch-example/

http://aladino.dmi.unict.it/?a=multitouch

to avoid having to use the remote all the time for finger gestures.
Not sure this is feasible though, that is just an idea. What do you think of this?

EDIT: I prefer the java version

well you could try :slight_smile:

as long as you get bonjour communication to work it might potentially work.

the sources just won’t be of much use oder than potentially grasping the communications as thats an iphone project

Yeah I was looking for the communication part.

Anyone would find any use for this?

It would sometimes be interesting out of my view but I don’t think it could replace the remote because it removes the possibility to touch in specific areas in a targeted trackable manner.

but aside of that it would be interesting especially if it worked with the new touch pad

Which one is the new touch pad? an external one? any link?

Right, the magic trackpad (http://store.apple.com/us/product/MC380LL/A?fnode=MTY1NDA1Mg&mco=MTg1ODE3MDE)

There’s also this one: http://unity3d.com/support/resources/files/UnityRemoteSource_3_5_6.zip

how to download unity remote, the link is redirected to Unity Demos Page?

Hi, anyone the downloadlink for unity remote, i search the source code.

Get it here : http://unity3d.com/unity/download/resources/UnityRemoteSource_3_5_x.zip

Hi, can anyone share the source code again? Unity Remote 5 source code will be better. Thanks.

For anyone coming in 2020, apparently they include it in the release notes for example:

Find it under additional resources. The one that says Unity Remote Source is the unity project source code. The android and ios options are probably the compiled version.