Skip to content

Game Object Find All Matches

Finds all GameObjects in the scene that match a condition test.

Parameters

Parameter Description
Find All GameObject Where Condition test used to filter GameObjects.
Include Inactive If true, inactive GameObjects are included in the search.
Result Output GameObject list containing all matches.

Notes

  • This is an expensive action because it scans all GameObjects in the scene.
  • Use it when you need flexible filtering over many objects.