Stop wasting time manually searching through scenes. Find any GameObject instantly with advanced queries.
Build complex queries with multiple conditions. Search by component, tag, layer, name pattern, and more.
Save your favorite queries and execute them with a single click. Perfect for repetitive tasks.
Combine AND/OR logic to create arbitrarily complex conditions and get exactly what you need.
Search through thousands of GameObjects in milliseconds. No more manual hierarchy navigation.
Clean, easy-to-use interface that integrates seamlessly with Unity Editor. No learning curve.
Query the entire scene hierarchy at once. Find all matching objects regardless of depth.
Query: "All GameObjects with EnemyAI component AND tag 'Enemy' AND layer 'NPC'"
Find all objects with missing scripts or null component references
Query: "All objects with Button component in UI layer"
Locate all objects with renderers but no LOD groups
Find all lights with specific settings and batch-update them
Find objects causing errors by querying specific component combinations
Stop manually searching through scene hierarchies. What takes 10 minutes manually takes 10 seconds with SOQ.
Component: EnemyController
AND Active: False
AND Tag: EnemyLayer: UI
AND Has Missing Script: TrueComponent: AudioSource
AND (Tag: Music OR Tag: SFX)
AND Parent Name Contains: "Audio"Get SOQ today and transform how you work with Unity scenes