addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage project-wide GraphicsSettings and QualitySettings
$ npx -y skills add Besty0728/Unity-Skills --skill graphics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/graphicsContext preview
The summary Claude sees to decide when to auto-load this skill.
Manage project-wide GraphicsSettings and QualitySettings
name: unity-graphics description: Manage project-wide GraphicsSettings and QualitySettings
> **Before calling any skill in this module:** if you are about to call a skill with parameters guessed from its name or description, STOP — read this file (or fetch its schema via `GET /skills/recommend?includeSchema=true`) first. If you already have the parameter definitions from recommend/schema, you may proceed straight to dryRun.
Project-wide graphics and quality settings (GraphicsSettings + QualitySettings) for Unity 2022.3+. Works in Built-in, URP and HDRP — does not depend on any SRP package being installed.
**Routing**:
Get a graphics/quality/render-pipeline summary.
List quality levels and their render pipeline overrides.
Switch the active quality level.
List default/current/per-quality render pipeline assets.
Set or clear the default SRP asset.
Assign or clear the SRP asset for a specific quality level.
List shaders in Always Included Shaders.
Add a shader to Always Included Shaders.
Remove a shader from Always Included Shaders.
Inspect shader stripping configuration in GraphicsSettings.
Modify shader stripping configuration in GraphicsSettings.
---
Exact names, parameters, defaults, and returns are defined by `GET /skills/schema` or `unity_skills.get_skill_schema()`, not by this file.
REST API-based AI-driven Unity Editor Automation Engine Let AI control Unity scenes directly through Skills 🎉 We are now indexed by DeepWiki! Got questions? Check out the AI-generated docs → The current official maintenance baseline is Unity 2022.3+.
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based)