addressables-design
Source-anchored design rules for Unity Addressables 1.22.3/2.9.1
Work with the SRP Volume framework
$ npx -y skills add Besty0728/Unity-Skills --skill volume --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/volumeContext preview
The summary Claude sees to decide when to auto-load this skill.
Work with the SRP Volume framework
name: unity-volume description: Work with the SRP Volume framework
> **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.
Shared SRP Volume framework skills for Unity 2022.3+ — works in URP and HDRP via SRP Core.
This module is compiled against `com.unity.render-pipelines.core` (`SRP_CORE`). When neither URP nor HDRP is installed (no SRP Core), **every** skill returns a stub `{ error: "Scriptable Render Pipeline Core package … is not installed." }` (`RenderPipelineSkillsCommon.NoSRP()`). The stub is a diagnostic payload, not a permission denial — it does **not** require grant and is **not** treated as NeverInSemi. Inspect `project_get_render_pipeline` first when you see this error.
**Routing**:
**Runtime-first rules**:
Create a VolumeProfile asset.
Create a global or local Volume GameObject.
Assign or replace the profile on an existing Volume.
List explicit supported VolumeComponent types for the active SRP pipeline.
Add a VolumeComponent override to a VolumeProfile.
Remove a VolumeComponent override from a VolumeProfile.
Inspect a VolumeComponent override and its parameters.
Set one override parameter on a VolumeComponent.
Set multiple override parameters on one VolumeComponent.
---
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)