[unity plugin windows] getting array of float

Hi,

I m currently workin on a kinect plugin for unity 3.5 under windows , I m getting the track points as float and what to send it to C#

what is the best option for doing this ? for now , I only have to deal with single type like single float, int , strings…

any suggestions?

Look here: http://answers.unity3d.com/questions/34606/how-do-i-pass-arrays-from-c-to-c-in-unity-if-at-al.html

thanks I got it workin with float ** on C++ side and ref IntPtr on C# side :slight_smile:

currently workin of getting the color image data ( NuiImageStreamGetNextFrame ) and upload it as a texture in unity .