Search Issue Tracker
By Design
Votes
0
Found in [Package]
5.7.1
Issue ID
1135376
Regression
No
[VFX] Visualization gizmos using values derived from parameters are not using the parameter's exposed values
Repro steps:
1. Import the attached package
2. Observe how particles are spawned in the scene to confirm that the line is using the exposed values
3. Select the Plane node
4. Observe how it is using the blackboard values, but not the exposed values
Expected outcome:
- Visualization gizmos to use the exposed values
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
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Resolution Note:
By design the gizmos of the things in the graph do not take into account the exposed parameter values. This match the displayed computed values.
It is possible to have one day a system that switch the default values to current component values and displays these values all around the graph ( in another "debug color like animated properties ) but it is far from done.