hello. I have no experience in programing with C# and i would like to integrate the uniTUIO scripts ( C# scripts for enable TUIO) in my Unity written in JavaScript.
Is that possible? Thanks ALC
hello. I have no experience in programing with C# and i would like to integrate the uniTUIO scripts ( C# scripts for enable TUIO) in my Unity written in JavaScript.
Is that possible? Thanks ALC
It should just be a case of compiling the c# scripts earlier:
Make a folder called Plugins in the root of your assets hierarchy, then put the c# files in there, or a subfolder of it
After that, you should be able to use the c# scripts as if they were js
http://unity3d.com/support/documentation/ScriptReference/index.Script_compilation_28Advanced29.html