unity-smart

Query Unity scene objects by property conditions and arrange them automatically.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-smart-jinluli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-smart
Source: https://github.com/jinluli/EnglishLearnTool/tree/main/Packages/SkillsForUnity/unity-skills~/skills/smart
Command: npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-smart-jinluli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines scene operations in Unity, allowing users to efficiently query objects, automatically arrange them, and bind references, reducing manual effort and improving workflow.

Core Features & Use Cases

  • Object Querying: Perform SQL-like queries to find objects based on property conditions.
  • Automatic Layout: Arrange objects in grids, circles, lines, or arcs with ease.
  • Reference Binding: Automatically bind serialized references for simplified object management.
  • Use Case: If you need to quickly find and arrange objects in your Unity scene, this skill can save you significant time and effort.

Quick Start

Use the 'smart_scene_query' skill to find all objects with a specific component property value.

Frequently Asked Questions about unity-smart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Unity scene objects based on specific property conditions?

Querying Unity scene objects by property conditions is done using SQL-like queries to find matching component values. This allows you to quickly locate specific scene elements without manual searching.

Can I automatically arrange Unity objects in grids or circles?

You can automatically arrange Unity objects in grids, circles, lines, or arcs using automatic spatial layout features. This simplifies object manipulation by structuring scene elements without manual positioning.

What is the best way to bind serialized references for multiple Unity objects?

Binding serialized references for Unity objects is best handled through automatic reference binding. This simplifies object management by auto-assigning dependencies, reducing manual effort and improving workflow efficiency.

Does this Unity scene management approach work without external dependencies?

This Unity scene management approach works without external dependencies, utilizing scripts to automate object manipulation. It fits seamlessly into existing workflows without requiring additional package installations.

Why does manual object arrangement slow down Unity scene management?

Manual object arrangement slows down Unity scene management because it requires individual positioning and reference binding. Automating these tasks stream scene operations, reducing manual effort and improving overall workflow.