Hi,
How to declare a 2-dimensional array so as to obtain an array of vector 3 where N is the number of vectors?
I have at the beginning of the code:
public int N;
when the script is compiled and attached to the object, I manually enter in the script component a value of N
for example N = 5
I then get in this script component of the inspector 5 new vector fields 3 to fill in manually (i.e. 15 entries)
thanks