unity-project-scout
Installation
SKILL.md
Unity Project Scout
Use this before recommending architecture changes in an existing project.
Inspect First
Collect only the information needed to avoid clashing with the current project:
- Unity version and render pipeline
- Installed packages and notable dependencies
asmdeflayout, if any- Folder structure under
Assets/ - Whether the project already uses:
ScriptableObjectconfig- service/singleton patterns
- event-driven flows
- custom inspectors/property drawers
- tests
- Existing naming and code organization style