GMU:Max and the World/Paulina Magdalena Chwala/FINAL

From Medien Wiki
< GMU:Max and the World‎ | Paulina Magdalena Chwala
Revision as of 18:12, 7 September 2020 by Paulina.chw (talk | contribs) (Created page with " INTERACTION WITH UNITY I was very interested to create an interactive VR experience. Unlikely during the pandemic, it’s not possible to use the university rooms. I tried...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

INTERACTION WITH UNITY

I was very interested to create an interactive VR experience. Unlikely during the pandemic, it’s not possible to use the university rooms. I tried to develop a basic interactive installation in Unity instead. The interaction will be based on the position of the user. If the person will come closer to the sensor, the display will change according to it. I want to create a simple experience, a situation, that would be not possible in the real world.

Unityosc12356.gif ______________________________________________________________________________________

IMPLEMENTATION

The installation is based on Arduino ultrasonic sensor, Max Msp loop, and Unity real-time rendering. I create a room with light up spheres in Unity, that is displayed on the laptop monitor. In front of the monitor, the ultrasonic sensor is installed. Each time the user approaches the screen, the installation reacts with the sound and movement of the spheres.

data loop: ultrasonic sensor -> MaxMsp (sound) -> OSC protocol -> Unity (image)


Board444.jpeg

Arduino ultrasonic sensor detects the position of the user

Arduino loop1.jpeg

Data is collected and transformed in the Arduino code

Max loop2.jpeg Data is received, unpacked and transformed in the Max Msp loop, creates sound according to data

Unity33.jpeg Data is sent from Max Msp to Unity by the OSC protocol, external c# plugins in Unity receive the data and transform objects in the scene

______________________________________________________________________________________