Topic: Problem save?

https://imgur.com/a/Snqiy9I
Step 1 - I have some moves to erase in required move
Step 2 - after deleting , I save the project and restart Unity
Step 3 - nothing has changed everything is the same as before, why? I would basically have to redo the move from scratch to get step 2

Share

Thumbs up Thumbs down

Re: Problem save?

I've actually encountered this issue a while back.
I'm not sure what the root cause is.

I always press save and save project whenever I save unity.
Not sure if it will solve the issue sorry.

Share

Thumbs up Thumbs down

Re: Problem save?

what version of unity do you use for UFE 2.5.3 ?

FreedTerror wrote:

I've actually encountered this issue a while back.
I'm not sure what the root cause is.

I always press save and save project whenever I save unity.
Not sure if it will solve the issue sorry.

Share

Thumbs up Thumbs down

4

Re: Problem save?

I encountered this issue too.

From what I understand, the .asset file is not saving the changes made in the Unity editor.

A solution that should work is to directly edit the .asset file manually by opening it in a text editor.
So in this case it would be: right click on the move -> Show in explorer. Open the file and delete the lines starting with "- {fileID: " under "previousMoves", then save the file.

Also, I don't know if it's your case, but UFE HATES duplicate moves, values from one move will sometimes override the values of the other one constantly, it's the kind of thing that trigger bugs like that.

Share

Thumbs up Thumbs down

Re: Problem save?

I'm using unity 2022.3.4

You can also try the auto save UFE assets option.
https://i.imgur.com/5YhVjQG.png

Share

Thumbs up +1 Thumbs down