Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0a5
Issue ID
820727
Regression
No
Sprite edit (rename) is discarded without warning, in this workflow
In this specific workflow, I lose my name edit/change in a sprite because of not clicking Apply.
In all other variations of this workflow, I get a pop-up asking me if I want to apply the changes, or else lose them.
I should also get this pop-up in this workflow, to avoid losing work without knowing it.
repro:
-open Project
-open Sprite_Locomotion scene
-select “Hero” sprite sheet in Project
-open Sprite Editor (from Inspector)
-expand “Root”, then “Hips” GO in Hierarchy window
-select Hips GO in Hierarchy window
…notice that “Hips” sprite gets selected in Sprite Editor
-rename Hips sprite in Sprite Editor (ex: tomato), hit Enter… do not click Apply.
-now select any GO under Hips in the Hierarchy window…
note: I’m doing this because I want to rename my sprites based on their Hierarchy name, and selecting them in the Hierarchy window selects the corresponding sprite in my spritesheet, which is practical. The problem is that it doesn’t warn me about loosing my name change if I don’t apply in between each rename… it should.
result: no “Unapplied import settings” pop-up and rename of Hips sprite is discarded/lost (bug).
expected result: “Unapplied import settings” should pop-up with Apply/Revert buttons, exactly like when you click in any window other than Hierarchy.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Add comment