Hello
I want to transfer different datatype from one to another.
Datatype is defined my own class.
public class particle
{
public Matrix a;
public Matrix b;
public int c;
}
How can I receive script_instance datatype in other component ?
Best
Shimpei