Hi there guys I know what I need to do here, but I’m not sure what would be the best to use for fast performance.
I need an array of Vector3 arrays. The Vector3 arrays will ALWAYS be in groups of 4. I have Googled al lot of jagged arrays examples, but all of them is with a set amount of rows and mine can vary.
Would someone please help me with a short code example, thanks in advance