You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we load a new system into the engine. While this is fine, it has some undesired consequences. If a user decides to cancel the new file, it has already been loaded.
The rework should:
still have a default empty editor load when new is clicked.
Does not change what is loaded into the engine until apply is clicked.
Currently we load a new system into the engine. While this is fine, it has some undesired consequences. If a user decides to cancel the new file, it has already been loaded.
The rework should: