I Save, I exit the application and a save windows ask for save (fast question)

Solved

Unity ask me to save when i close the application.
If i save the application save but look like there is some more modifications apply to it ms later.
If i open a scene and i close it a windows ask for saving the changes.
If i make a new project empty I’m having the same problem.

Is this normal small bug?
or i’m having a malaware that the antivirus do not detect.(my paranoia):face_with_spiral_eyes:

And if it not normal what i can do? Re-install unity?

PS: I take this occasion to ask
What “Save project” saves?
And how often i has to hit this button?

thanks

can have a relation with this ?

ive seen similar behaviour in other programs as well, such as in excel and word. it seems like the program is probably updating some kind of meta data or something in the background on its own. it is annoying, because then you have to wonder if you accidentally hit something and should ignore it, or if you forgot to save some other change and should allow it.

So you are using 4.3.4 and you are not having my problem, correct?

Is perhaps one of your scripts using @script ExecuteInEditMode() and altering your scene?

Yeah, if you’re using NGUI, it might be “executing in edit mode” and updating some of the widgets in your scene.

I look al my scripts in my assets but there was not scripts using @script
but i found #if UNITY_EDITOR and #if UNITY_EDITOR
I conclude that i’m having the problem and you do not.
Are my conclusions correct?

NGUI is in my unity but not installed in my project assets folder.

thanks

Was not NGUI

Is

UnityFS (V1.04)