Search Issue Tracker
Fixed
Fixed in 6000.0.3f1
Votes
0
Found in
2023.2.2f1
2023.3.0a17
6000.0.0b11
7000.0.0a1
Issue ID
UUM-56977
Regression
No
Deleting an ARC after maximizing and minimizing the tab does not redraw the window
When maximizing the ARC window, then minimizing it again, deleting the asset does not redraw the window, which can lead to erroneous behavior.
*Repro*
# Create an ARC (Assets > Create > Audio > Audio Random Container)
# Open the ARC asset
# Dock the ARC window
# Double-click on the docked ARC window tab to maximize it
# Double-click on the maximized ARC window tab to minimize it
# Delete the ARC asset (⌘{*}⌫{*})
Expected: The ARC window shows the empty state
Actual: The ARC window shows the deleted asset
*Note*
Switching tabs so that the ARC window is no longer visible, then switching back to the ARC window, it is no longer accessible. Naturally, it throws a null reference error, since the asset no longer exists.
Possibly related to UUM-56966 or UUM-54885
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
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Resolution Note (fix version 6000.0.3f1):
Fixed invalid state of editor window for AudioRandomContainer asset after maximizing and minimizing the window, followed by deleting the displayed asset.