Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.34f1
Issue ID
UUM-60487
Regression
No
Undo does not work when editing Assembly Definition References and unselecting Assembly Definition Asset
How to reproduce:
1. Open the user's attached project
2. Select Assets/TEST/Bugged.asmdef
3. Add an Assembly Definition Reference
4. Deselect "Bugged.asmdef"
5. Hold CTRL+Z
6. Repeat step 2
Expected results: Changes to "Bugged.asmdef" are undone
Actual results: Changes to "Bugged.asmdef" are not undone
Reproducible with: 2021.3.34f1, 2022.3.17f1, 2023.2.5f1, 2023.3.0b3
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
Comments (1)
-
DevDunk
Jan 19, 2024 14:56
Unity versions are not up to date?
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Between step 4 and step 5 after the asset is deselected the user should be asked if they wish to apply or revert their changes.
At this moment in time changes to Assembly Definition Assets in the undo system are relative to the saved asset on file, so once the changes to the asset are applied or reverted the undo system is no longer synchronised to the new version of the asset.
There are currently no plans for updates that would allow changes once saved to these assets to be undoable.