Open LeXXik opened 2 years ago
We've had another report of this on Slack. Do you have a repro project to share?
Its in uber project, let me see if I can repro.
I tried to repro in a simpler project with little luck
Thanks! I can see the issue now and will assign
First things first, this issue appears to be only in Diff View, with no underlying data loss. Additionally, creating new entities or duplicating those entities does not seem to replicate the issue.
fitMode
is a property that was added recently, and it is only shown (and used) if the element
has a Texture
or Sprite
attached (which those entities do not). Were those entities first created some time ago (before fitMode
was added)? And also, can you reproduce this issue with new entities?
These templates were created a while back. Possibly before the fitMode was introduced. The fitMode is not reproduced with new templates, but the main issue is still there - the UI shows there are differences, when there are not:
https://user-images.githubusercontent.com/5677782/178546013-32bb0a52-0435-4b82-b6f2-5cd628e06b83.mp4
Raised priority due to the number of reports coming in
Sometimes templates fail to hide the diffs after applying all changes. The changes are actually applied, but the diffs are still visible:
https://user-images.githubusercontent.com/5677782/178514652-e9bbafb9-8756-4683-8fa0-193fb16e3778.mp4