GMU:Tutorials/Networking/Controlling Skeletons in Unity with The Captury: Difference between revisions

From Medien Wiki
Line 171: Line 171:
Our next step will be to prepare an empty Gameobject where we will put in our OSC Scripts. <br>Go to Hierarchy right click -> "Create Empty" and call it "OSC_Script".
Our next step will be to prepare an empty Gameobject where we will put in our OSC Scripts. <br>Go to Hierarchy right click -> "Create Empty" and call it "OSC_Script".
[[File:create_empty.png|thumb|320px||left|Create an Empty Game Object]]
[[File:create_empty.png|thumb|320px||left|Create an Empty Game Object]]
<br>
<br>
<br style="clear:both">
<br>
<br>
Download the OSChandler Files on Github [https://github.com/heaversm/unity-osc-receiver|OSC for Unity] and Copypaste the Plugin Folder from Assets into your Asset Folder.<br>
Download this modified OSC_Reciever Script and paste it to a new Folder called "Scripts".
Select your Empty called "OSC_Script" and click on "Add Component" and search for all three Scripts and add them. It should look like this: