GMU:Tutorials/Networking/Explaining the OSCReciever Script from The Captury to Unity: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 7: Line 7:
In '''RemoteIP''' we set our connection for example to the sever we want to recieve the messages from or we can test it locally:
In '''RemoteIP''' we set our connection for example to the sever we want to recieve the messages from or we can test it locally:
<br>
<br>
'''Local''': ''127.0.0.1''<br>
<br>
'''Local''': ''127.0.0.1''
<br>
'''Other''': ''kosmos.medien.uni-weimar.de''
'''Other''': ''kosmos.medien.uni-weimar.de''



Revision as of 16:53, 29 June 2016

OSCReciever.js

Explanation

The following script I will provide contains the whole setup you need to recieve data from The Captury and constantly updating it in Unity

Step1

In RemoteIP we set our connection for example to the sever we want to recieve the messages from or we can test it locally:

Local: 127.0.0.1
Other: kosmos.medien.uni-weimar.de

Oscreciever1.png
Oscreciever2.png Oscreciever3.png Oscreciever4.png Oscreciever5.png