There should be a Play Mode in the editor. This should save the scene to a tmp directory and load SauceEngine and run that scene. Take inspiration from how unity has their play button:
Eventually we will be embedding this play window INTO the editor but it will be detached for now.
To clarify, a new sauce engine window should be opened and it should run a temporarily saved scene. You may run into troubles with scene assets and loading from relative file-paths. Ignore this issue, it will be a separate issue to fix. Just ensure the core part of the play feature does what it should
There should be a Play Mode in the editor. This should save the scene to a tmp directory and load SauceEngine and run that scene. Take inspiration from how unity has their play button:
Eventually we will be embedding this play window INTO the editor but it will be detached for now.
To clarify, a new sauce engine window should be opened and it should run a temporarily saved scene. You may run into troubles with scene assets and loading from relative file-paths. Ignore this issue, it will be a separate issue to fix. Just ensure the core part of the play feature does what it should