"Find Game Objects With Tag" -task

Find Game Objects With Tag outputs a list of game objects. I'd like to get a random object from that list but it seems there is no such task?
 
Find Game Objects With Tag outputs a list of game objects. I'd like to get a random object from that list but it seems there is no such task?

If you get all those objects into one array you can make a random Int that is the length of the array, and pick the game object at that index in the array. Does that work for you?
 
Top