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
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
- ScalableBufferManager does not work correctly when MSAA and RenderGraph Compatability are enabled
- Sprite artefacts appear when Sprite Packer is enabled
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
Resolution Note (fix version 7.x):
Fixed during the early 7.x cycle.