What problem does it solve?
This Skill removes the guesswork of manually creating VolumeProfile and Volume GameObjects in Unity, ensuring you can create profiles, attach VolumeComponents, and set override parameters reliably across URP/HDRP.
Core Features & Use Cases
- VolumeProfile & Volume GameObject lifecycle: Create and assign VolumeProfile assets and create global or local Volume GameObjects to control where effects apply.
- VolumeComponent override management: Add, remove, inspect, and update VolumeComponent overrides so you can configure exactly what the active pipeline will render.
- Parameter setting (single and batch): Set one parameter or multiple parameters on a specific VolumeComponent, using the live component data to use correct parameter names.
- Use-case fit: Use it for VolumeProfile/Volume/VolumeComponent workflows; for high-level effect helpers like Bloom, DOF, and Vignette, prefer the postprocess module.
Quick Start
Create a VolumeProfile and a global Volume GameObject, then add a VolumeComponent and set its override parameter values for a URP or HDRP scene.