Hi, I want to fill the List public List Boids boidsInScene with every Object how should behave like a Boid.
For now I have to insert for every single object every other object manually to the list. (Only for a small amount of Objects there are exponentially many lists I have to fill.
My question is if there is an option how to fill this list automatically, i.e. that every object I insert automatically has this List filled with every other Object i have already created.
Thanks for any help
,Hi, I have a question how to fill the list "public List boidsInScene;?
When I create a 3D Gameobject with the Script “Boids” and then create a Prefab which I then drag several into the scene, then I have to insert for every single one of them every other object into the list manually. Is there a way how I can fill the List for every Object automatically?
Thanks for any help