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 23: Line 23:
[[File:oscreciever1.png]]
[[File:oscreciever1.png]]
<br>
<br>
===Step2===
===Step 2===
Before we go further we have to first set up variables for each coordinate because those will recieve values from the OSCMessage
Before we go further we have to first set up variables for each coordinate because those will recieve values from the OSCMessage
<br>
<br>
Line 31: Line 31:
[[File:oscreciever2.png]]
[[File:oscreciever2.png]]
<br>
<br>
===Step3===
===Step 3===
Here is where we configure the port as mentioned in step 1.  
Here is where we configure the port as mentioned in Step 1.  
<br>
<br>
<br>
<br>
[[File:oscreciever3.png]]
[[File:oscreciever3.png]]
===Step4===
===Step 4===
This is our Update Function:
This is our Update Function:
<br>
<br>
Line 47: Line 47:
<br>
<br>
[[File:oscreciever4.png]]
[[File:oscreciever4.png]]
===Step 5===
[[File:oscreciever5.png]]
[[File:oscreciever5.png]]