I am using Unity Editor v2020.1.0f1, and I want to use Hybrid Renderer V2. I have the following packages installed:
- Hybrid R V2: 0.8.0-preview.18
- HDRP: 0.9.0-preview-19
I added the #define for ENABLE_HYBRID_RENDERER_V2. Now I get errors about code that is not available.
i.e
Library\PackageCache\com.unity.render-pipelines.high-definition@9.0.0-preview.33\Runtime\Lighting\LightLoop\LightLoop.cs(2653,34): error CS0117: 'ShaderConfig' does not contain a definition for 's_ProbeVolumesEvaluationMode'
Library\PackageCache\com.unity.render-pipelines.high-definition@9.0.0-preview.33\Runtime\Lighting\ProbeVolume\ProbeVolume.cs(375,62): error CS0103: The name 'ProbeVolumesEvaluationModes' does not exist in the current context
Library\PackageCache\com.unity.render-pipelines.high-definition@9.0.0-preview.33\Runtime\Lighting\LightLoop\LightLoop.cs(876,30): error CS0117: 'ShaderConfig' does not contain a definition for 's_ProbeVolumesEvaluationMode'
I tried restarting the editor, that did nothing.