GMU:Tutorials/Networking/Controlling Unity with Processing: Difference between revisions

From Medien Wiki
m (→‎Unity: Screenshots!)
m (→‎Unity: more screenshots. (ok just one))
Line 56: Line 56:
3. From the assets you drag the scripts onto the empty game object. <br>
3. From the assets you drag the scripts onto the empty game object. <br>
4. Do not forget to adjust the IP, and the port in the inspector. <br>
4. Do not forget to adjust the IP, and the port in the inspector. <br>
[[File:IPandPortintheOSCReceiver.png]]<br>
5. In the Inspector you see the public variable Game Receiver within the Osc Receiver Script. Drag the object you want to manipulate from the hierarchy onto the Game Receiver value. By default this value is called “Cube”. <br>
5. In the Inspector you see the public variable Game Receiver within the Osc Receiver Script. Drag the object you want to manipulate from the hierarchy onto the Game Receiver value. By default this value is called “Cube”. <br>
[[File:GameReceiver.png]]<br>
[[File:GameReceiver.png]]<br>