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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a18