I want to name each item in an array Planet + it’s index number, but since my C# knowledge isn’t that big… yet, I would like to ask you guys for some help. I did do some research online, but couldn’t really find what I was looking for.
Edit: when I put new items in the planetsList, instead of using anything below 5, it’ll just go to 6-11 range. I’ve tried using Array.Clear, but that doesn’t change anything