What problem does it solve? Setting up post-processing and rendering volumes in Unity's Scriptable Render Pipeline requires repetitive manual steps in the editor—creating VolumeProfile assets, adding Volume GameObjects, and configuring component overrides. This Skill automates that entire workflow programmatically. ## Core Features & Use Cases - VolumeProfile Management: Create VolumeProfile assets and assign them to existing Volumes in the scene. - Volume Creation: Create global or local Volume GameObjects with a single command. - Component Overrides: Add, remove, inspect, and set parameters on VolumeComponent overrides, including batch parameter updates. - Use Case: You are building a URP scene and need a global volume with Bloom and Color Adjustments configured. Ask the assistant to create the profile, add the components, and set their parameters without touching the editor UI. ## Quick Start Create a global volume with a new VolumeProfile and add a Bloom override to it.