Kei kitamura (talk | contribs) |
Kei kitamura (talk | contribs) |
||
Line 8: | Line 8: | ||
There are some materials you need to test this tutorial. | There are some materials you need to test this tutorial. | ||
<br> | <br> | ||
Please download following | Please download and install following plugins before you start; | ||
<br> | <br> | ||
<br> | <br> |
Revision as of 16:10, 29 July 2016
Controlling Unity with Max/Msp
In this tutorial, you will get the basic ideas of interactive connection between Unity and Max/Msp, using open sound control (OSC).
You will try to control noise deformation intensity of a mesh object as an example.
There are some materials you need to test this tutorial.
Please download and install following plugins before you start;
-OSC plugins for Unity
Media:OSC_Plugins_for_Unity.zip
-OSC plugins for Max/Msp
http://cnmat.berkeley.edu/patch/4029
-Perlin noise plugin for Unity
Media:PerlinNoise.zip
Make a OSC bridge on Max/Msp
In this section, you will make a OSC sender part on Max/Msp.
1.Open a new patcher from too menu bar.
Make a OSC bridge on Unity
In this section, you will make OSC receiver part on Unity.
Write a noise animation script on Unity
In this section, you will develop the object which you animate with OSC signals.
References
You can downloaded finished sample project files from this link;