Answer by fil
hi guys. I just made that and now I'm getting an error: NuiInitialize Failed. UnityEngine.Debug:Log(Object) KinectSensor:Awake() (at Assets/Kinect/KinectSensor.cs:145) Any idea? thanks
View ArticleAnswer by fil
Hello, I found this tutorial and it quite simple: http://www.41post.com/1935/programming/unity3d-js-cs-or-cs-js-access download the example to see it working
View ArticleAnswer by fil
Hi, see this tutorial: http://www.41post.com/1935/programming/unity3d-js-cs-or-cs-js-access download the example and you'll see that is very simple
View ArticleAnswer by fil
try to remove style. I'm trying to increase the button's text size, but if I add GUIStyle or SkinStyle the button disappear and only show the text :/
View ArticleAnswer by fil
**Answer** add this C# script to your project: https://gist.github.com/2317063 (credits to [Dark Table][1]) on other C# script call SavWav.Save("myfile", myAudioClip); for example: public class...
View Article