Search Issue Tracker
Fixed
Fixed in 2021.3.17f1, 2022.2.3f1, 2023.1.0a24
Votes
0
Found in
2021.3.0f1
2022.1.0b16
2022.2.0a10
2023.1.0a20
Issue ID
UUM-3471
Regression
Yes
[UIToolkit] Math assignment operators done in a numeric field don't return the expression result
How to reproduce:
1. Open the user's attached "repro UIToolkit" project
2. Open the "SampleScene" Scene
3. Select the "Test" GameObject in the Hierarchy
4. Enter "/=5" assignment operator in the "Test (Component) -> UI Toolkit -> X" numeric field in the Inspector
Expected result: "UI Toolkit -> X" field value is set to 1 (the division expression result)
Actual result: The expression result is 0 when a multiplication-related assignment operator is passed, or the addend if sum-related
Reproducible with: 2021.3.0f1, 2022.1.0b16, 2022.2.0a10
Couldn't test with: 2019.4.37f1, 2020.3.33f1 (the '=' symbol isn't writable in the numeric fields)
Note: The bug isn't reproducible with IMGUI fields with some versions. The Expected result can be observed in the not reproducible versions of case 1399184
Comments (3)
-
raynickson
Sep 19, 2024 12:23
The Palo Alto Networks Certified Network Security Administrator (PAN-OS 10.0) dumps are most relevant to your needs and offer you a readymade solution in the form of Paloalto Networks PCNSA questions and answers to pass PCNSA exam.
exact2pass.com/PCNSA-pass.html -
hannahwalters9087
Apr 04, 2024 05:20
-
hannahwalters9087
Apr 04, 2024 05:16
The math assignment operator issue in UIToolkit needs attention for accurate calculations. More details and a possible solution can be found at theassignmenthelp.co.nz/math-assignment-help/.
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
- Warnings in the Package manager have no margin on the right side
- Errors are thrown in the Console and the Game view fails to render when RenderGraph Compatability is disabled and a Camera stack has a Pixel Perfect Camera Component with "Stretch Fill" Crop Frame
- [Linux] Crash on System.Runtime.InteropServices.Marshal:copy_from_unmanaged_fixed when accessing shared memory
- Misaligned text in Preferences window > 2D > Animation, Asperite and Sprite Editor preferences
- Unable to Install ZivaRT Player deprecated package
Resolution Note (fix version 2023.1.0a24):
Fixed in 2023.1.0a24
Resolution Note (fix version 2022.2.3f1):
Fixed support for compound assignment operators for UI Toolkit numeric fields (IntegerField, LongField, FloatField, DoubleField)
Resolution Note (fix version 2021.3.17f1):
Fixed support for compound assignment operators for UI Toolkit numeric fields (IntegerField, LongField, FloatField, DoubleField).