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
- SearchExpression strips quotes
- dSYM file is not created during macOS standalone build
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
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.