I’m trying to use the plugin method from unity to pass a complex object, like a class , or an array to Xcode side, is it possible? Tested passing int, double, boolean etc primitive data type and they have no problem, how about class objects or array?
I’m using this, for clarification:
[DllImport("__Internal")] extern static public void testingFunction();