Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2019.4
2020.3
2020.3.0f1
2021.1
2021.2
Issue ID
1321156
Regression
No
UI Elements Value Change Callbacks for bound fields happen before the new value is applied to the fields
Reproduction steps:
1. Open user's project "UI Toolkit Bug Repro.zip"
2. Open "SampleScene" Scene
3. Click on "Parent1" in the Hierarchy window and look at the Inspector window
4. Change Sorting Layer of "Control Child Settings" Script from "Default" to "Foreground"
5. Notice how child GameObject (red circle) doesn't come to the foreground
6. Change Sorting Layer of "Control Child Settings" Script from "Foreground" to "Background"
7. Notice how child GameObject (red circle) comes to the foreground
Expected result: Upon change of parent GameObject's Sorting Layer, child GameObjects get updated to the same settings as parent GameObject
Actual result: Upon change of parent GameObject's Sorting Layer, child GameObjects get updated to the old settings of parent GameObject
Reproducible with: 2019.4.23f1, 2020.3.2f1, 2021.1.1f1, 2021.2.0a11
Couldn't test with: 2018.4.33f1 (couldn't downgrade to a functioning project)
Notes:
1) Changing Color of "Control Child Settings" Script has the same issue
2) There are additional debug messages in the console after the 4th and 6th steps that show how settings get applied
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
- Avatar Mask dropdowns in the Inspector reset and collapse whenever the Asset Type is deselected
- Category filter overlaps with the search bar icon in the Test Runner window when the window is minimized
- Deletion prompt is opened when trying to delete a Parent Blendtree State via delete shortcut
- “Assertion Failed”, “Invalid AABB a” and Mesh errors are thrown when editing Group Seed or Frequency settings for Tree Object
- “GetAllOverlapping failed…” error when clicking a GameObject during a custom picking pass in the Scene view for the second time
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a18