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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.