Search Unity

[unity plugin windows] getting array of float

Discussion in 'Editor & General Support' started by accessdev, Oct 1, 2012.

  1. accessdev

    accessdev

    Joined:
    May 9, 2012
    Posts:
    37
    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..
     
  2. accessdev

    accessdev

    Joined:
    May 9, 2012
    Posts:
    37
    any suggestions?
     
  3. elias_t

    elias_t

    Joined:
    Sep 17, 2010
    Posts:
    1,367
  4. accessdev

    accessdev

    Joined:
    May 9, 2012
    Posts:
    37
    thanks I got it workin with float ** on C++ side and ref IntPtr on C# side :)

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