Reading An Array From A List And Back Again!

Hi there,
I am creating a list of Vector2’s. I then add them to an array using list.ToArray(). What I am wondering, can I at any point read the members of the list/array? If so, how?

list[n] ?

List[n]. Nice. That is probably it. I am just using lists for the first time so my bad.

Thanks.

:stuck_out_tongue:

Good :smile:

Wat.
How do you get to 3600 posts without ever indexing an array?

Dedication my friend.