I wonder how can I make the first game object in a list special? What I mean by this, I’d love to edit first gameobject, like enable it’s collider, while for the rest gameobjects in the list would have colliders disabled. I tried everything but nothing works.
Also, how can I make the same thing in an update ? I will make object pooling, so the first item will go to the last place of the list, but the next item on the list has to become first. So basically I want every new first item on the list to become special