This adds a button that loads an empty site (which I added to the assets).
When debugging, I was finding myself wanting to work from an empty world so, I would load the demo world and then go File > New. Instead, I just added an empty world to be loaded from the menu. This might be nice for people to start new projects from.
Probably the more correct way to do this is to use CreateNewWorkspace, which I didn't see how to plumb through.
This adds a button that loads an empty site (which I added to the assets).
When debugging, I was finding myself wanting to work from an empty world so, I would load the demo world and then go File > New. Instead, I just added an empty world to be loaded from the menu. This might be nice for people to start new projects from.
Probably the more correct way to do this is to use
CreateNewWorkspace
, which I didn't see how to plumb through.