Unity + RTcmix



Yay! Sound with RTcmix inside Unity! We did it! See below in the "Class Downloads" section how to set things up.


Links



Class Downloads


If you create a Unity project 'from scratch' and want to use RTcmix in it, you will need to copy the two files librtcmix_embedded.bundle and smcs.rsp into the "Assets" folder (or use the Unity 'import' mechanism, which essentially does the same thing). Then you can use the code from the rtcmixtemplate.cs file in your C# Unity scripts. The definition of the "DLL" class at the top of the rtcmixtemplate.cs file needs to occur once (only!) in your Unity project.

If you want to build a new project from an existing Unity project do these steps: