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
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Resolution Note (fix version 7.x):
Fixed during the early 7.x cycle.