Search Issue Tracker
Fixed
Fixed in 2021.3.33f1, 2022.3.9f1, 2023.1.0b20, 2023.2.0a16
Votes
0
Found in
2021.3.30f1
2022.2.16f1
2022.3.1f1
2023.1.0b13
2023.2.0a12
Issue ID
UUM-34235
Regression
Yes
Inspector override marker UI is not updated after "Apply All"
When the Inspector UI mode is set for UIToolkit, the override marker against a public scripted variable is not updated after using _*Apply All*_ from the Overrides dropdown. The Inspector will show the correct override status after forcing a UI repaint.
Repro:
0. In Project Settings ensure Inspector is using UIToolkit, not IMGUI.
1. Create instance and make it a Prefab.
2. Add a script with public int {_}MyInteger{_}.
3. Override _MyInteger_ value and notice override marker.
4. "Apply All" from the Overrides dropdown and notice the override marker is still visible.
5. Resize the width of the Inspector to force a repaint and notice that the override marker disappears.
This behaviour only seems to occur for publicly exposed scripted variables. It does not occur at all with IMGUI.
Expected behaviour: The override marker disappears after clicking Apply All.
Actual behaviour: The override marker remains until the Inspector UI is forced to repaint.
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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Resolution Note (fix version 2023.2.0a16):
Fixed UUM-34235 @sebastiend:
Editor: Fixed UUM-34284: Fix for 2023.2.X: Inspector override marker UI is not updated after "Apply All"
Resolution Note (fix version 2023.1.0b20):
Editor: Fixed UUM-34282: Inspector override marker UI is not updated after "Apply All"
Resolution Note (fix version 2022.3.9f1):
Fixed UUM-34235 @sebastiend:
Editor: Fixed UUM-40038: Fix for 2022.3.X: Inspector override marker UI is not updated after "Apply All"
Resolution Note (fix version 2021.3.33f1):
Fixed UUM-34235 @sebastiend:
Editor: Fixed UUM-49274: Fix for 2021.3.X: Inspector override marker UI is not updated after "Apply All"