Skip to content

Resolved a save issue with the default project

Experienced Behavior:

  • Engine would crash after pressing Ctrl + S, closing out of dialog,and waiting for auto save

New Behavior:

  • Engine will now gate all save behavior behind a 'mutex' to ensure no overlapping save operations

Testing done:

  • Ensured autosave and save can no longer overlap. Ensured default project doesn't crash after a failed save.
Edited by Clark Chambers

Merge request reports