shimizuyudai / UnityOSC

Open Sound Control (OSC) C# classes interface for the Unity3d game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnityOSC v1.2.

Open Sound Control classes and API for the Unity 3d game engine

Based on Bespoke Open Sound Control Library by Paul Varcholik (pvarchol@bespokesoftware.org). Licensed under MIT license.

##How to use

Copy the src/Editor folder contents to the corresponding Editor/ folder of your Unity project. The rest can go to your e.g. Assets/ folder of the same project.

Documentation and examples of usage

docs/doxygen/html/index.html

docs/UnityOSC_manual.pdf

docs/UnityOSC & TouchOSC Integration.pdf

Please head to the tests/ folder for examples of usage and a TouchOSC test Unity project.

TODO

07.11 Change string concatenations to C# string builders.

About

Open Sound Control (OSC) C# classes interface for the Unity3d game engine


Languages

Language:C# 100.0%