Search Issue Tracker
Fixed in 7.x
Votes
0
Found in [Package]
6.6.0
Issue ID
1148422
Regression
Yes
[HDRP] The Camera's Color buffer is no longer accessible in the VFX Graph
Repro steps:
1. Include the attached VFX file in a scene
2. Add a cube in the scene which is visible to the camera
3. Open the effect and observe the color of the particles
Expected outcome: the particles to match the color of the cube
Actual outcome: the particles are not inheriting the color from the color buffer
Note:
- Looks like the color buffer format changed from a Texture2D to a Texture2DArray.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Resolution Note (fix version 7.x):
Fixed during the early 7.x cycle.