I'd like to use c++ code in Unity3d. Normally, it is ok, i can do it by importing dll. What i'm trying to learn is whether using c++ method parameters as pass by reference is possible or not?
What i'm trying to do is getting size of uchar* array returned by c++ code.
↧