Scene Objects Query

Scene Objects Query

Stop wasting time manually searching through scenes. Find any GameObject instantly with advanced queries.

⚡ Save Hours 🎯 Complex Queries 💾 Save & Reuse
😤

The Problem

  • Manually clicking through hundreds of GameObjects
  • Can't find objects with specific component combinations
  • Repeating the same searches over and over
  • Unity's basic search is too limited

The Solution

  • Find any GameObject instantly with complex queries
  • Search by components, tags, layers, names, and more
  • Save queries and reuse them with one click
  • Combine unlimited conditions with AND/OR logic

Powerful Query Capabilities

🔍

Advanced Filtering

Build complex queries with multiple conditions. Search by component, tag, layer, name pattern, and more.

💾

Save & Reuse

Save your favorite queries and execute them with a single click. Perfect for repetitive tasks.

🎯

Precise Results

Combine AND/OR logic to create arbitrarily complex conditions and get exactly what you need.

Lightning Fast

Search through thousands of GameObjects in milliseconds. No more manual hierarchy navigation.

🎨

Intuitive UI

Clean, easy-to-use interface that integrates seamlessly with Unity Editor. No learning curve.

📦

Scene-Wide Search

Query the entire scene hierarchy at once. Find all matching objects regardless of depth.

Common Use Cases

🎮 Find all enemies with specific AI

Query: "All GameObjects with EnemyAI component AND tag 'Enemy' AND layer 'NPC'"

🔧 Locate broken references

Find all objects with missing scripts or null component references

🎯 Select all UI buttons

Query: "All objects with Button component in UI layer"

📊 Find optimization targets

Locate all objects with renderers but no LOD groups

🎨 Mass property updates

Find all lights with specific settings and batch-update them

🔍 Debug scene issues

Find objects causing errors by querying specific component combinations

⏱️

Save Countless Hours

Stop manually searching through scene hierarchies. What takes 10 minutes manually takes 10 seconds with SOQ.

10x
Faster Searching
100%
Accuracy Rate
Query Complexity

Example Queries

Query 1: Find all inactive enemies
Component: EnemyController
AND Active: False
AND Tag: Enemy
Query 2: Find all UI elements missing scripts
Layer: UI
AND Has Missing Script: True
Query 3: Complex audio source query
Component: AudioSource
AND (Tag: Music OR Tag: SFX)
AND Parent Name Contains: "Audio"

Stop Wasting Time Searching Manually

Get SOQ today and transform how you work with Unity scenes