When saving the scene the editor still says there are changes left

Hello,

in my current Project when I hit the save button Unity still displays a * in the Title Bar (like this "Unity - Scene.unity - MyProject - PC, Mac & Linux Standalone*) indicating that there are still unsaved changes. Also Unity asks to save again when I try to open another project or quit Unity.

Pressing Save Project under file does not make it go away either.

The changes are definitely saved to disk.

Does anybody know how to make this work?

It sounds like you might have some scripts that are marked [ExecuteInEditMode] or your version control manages files differently,so something is continually changing in your project. In any case, if changes are making it to disk, I don’t think you have anything to worry about.