How to make Android remote for Desktop application?
Hey guys,
I want to control my desktop application via android remote application in local WiFi network. Both the application will be made using Unity 5 personal edition.
To make it simple to understand here is what i am looking for.
On Desktop application - Simple cube with rotation script, which keeps rotating (with bool)
On Android remote application (this is completely new application) - One GUI button to enable/disable the cubes rotation
(just like television remote with few buttons with different functions)
How can i access the bool of desktop application?
I have read about sockets (orsocke plugin looks promising but no docs on it) Is there any way i can use UNET for the same ?
I dont have any experience on sockets, it will be great if someone can point me in right direction.
Thanks in advance :)
Answer by tb2fear · Apr 14, 2016 at 10:40 AM
Job Done... OR socket works perfect for this thing....
Your answer
Follow this Question
Related Questions
Getting data from 3rd party app and pushing it to Hololens Unity Project 0 Answers
Socket.io, connetion works but can't emit 0 Answers
I need simple scripts to send a message from one unity build to another build. 0 Answers
How do I connect to streamlabs socket with a ClientWebSocket object? 0 Answers