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
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child GameObject
Resolution Note (fix version 7.x):
Fixed during the early 7.x cycle.