Search Issue Tracker
By Design
Votes
0
Found in
2022.3.38f1
6000.0.11f1
Issue ID
UUM-76588
Regression
No
UI VisuaElement not updating when the scene is reloaded in Play Mode
Reproduction steps:
1. Open the “ReproProject“ project
2. Enter Play Mode
3. Select “Level 1” by pressing the green up and down arrows in the Simulator view
4. Click on the identical items until the level is complete
5. Click the “Continue” button in the level won screen
6. Skip the dialogue by clicking the “Continue” button
7. Pause the game by clicking the pause icon at the top right
8. Press the “Quit” button twice
9. Repeat steps 3, 4
10. Observe the Simulator view
Expected result: The level won screen is shown again
Actual result: The level won screen is not visible
Reproducible with: 2022.3.38f1, 6000.0.11f1
Couldn’t test with: 2021.3.41f1 (due to compilation errors)
Reproducible on: Windows 11 Pro (22H2)
Not reproducible on: No other environment tested
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
When the level result screen doesn't show up, the UI Toolkit Debugger shows that the screen element is present, but with "display: none". So it seems there's a game logic that doesn't turns the display back to "flex" once the game is won.