Hello Unity Answers.
In my scene I have 20 cubes for witch I specify a colour through java script on mouse click. Each of them have a tag "Tile". How do I filter GameObjects[] list to count objects with lets say "blue" colour and perform an action when it's less than specified amount?
↧