255
edits
Kei kitamura (talk | contribs) |
Kei kitamura (talk | contribs) |
||
Line 170: | Line 170: | ||
Then, right click created game object and rename it "OSC Receiver".<br> | Then, right click created game object and rename it "OSC Receiver".<br> | ||
In this tutorial, all scripts related OSC | In this tutorial, all scripts related to OSC will be attached on this game object.<br> | ||
<br> | |||
3.Right click on the "Project" tab on the bottom left of the window.<br> | |||
Create 2 folders and name them "Scripts" and "Plugins".<br> | |||
[[File:Unity 02_06.png|thumb|500px|left]]<br> | |||
Then, drug and drop downloaded Unity plugins named '''"Osc.cs", "Udp.cs", "Perlin.cs" to "Plugins" folder.'''<br> | |||
Also, you drug and drop Unity scripts called '''"OSCReceiver.js" to "Scripts" folder.'''<br> | |||
In Unity, there are some special folder name for specific types of objects.<br> | |||
You can find detailed information on [[Reference]] part. | |||
== Prepare a noise animation script on Unity == | == Prepare a noise animation script on Unity == |
edits