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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.