Search Issue Tracker
By Design
Votes
0
Found in [Package]
9.0.0-preview.9
Issue ID
1244420
Regression
No
[API] Setting exposed properties via script ignores the set min/max ranges.
Repro steps:
1. Import the attached project and open the ExposedPropertiesViaScript scene.
2. Select the VFX in the scene and observe in the inspector the exposed float, uint, and int.
3. Set the properties in the script attached to the VFX to a value outside of the range (over 99 for all or under 0 for the float and int)
4. Observe that the values are not clamped within the range.
Expected outcome:
The values to be set as a clamp(input, min, max).
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
We can integrate range in expression graph evaluation but so far it's only applied on UI by design.