Array SetActive C# Unity

Hello :slight_smile:

I want to create a room with chairs adjusted to a number of participants.
For this I created an array and set the parent folder to SetActive false. Depending on the number of participants entered, the chairs should then be loaded in.

Use a loop to iterate over the array and SetActive on just the GameObjects you need to.