Jesse Freeman
Jesse Freeman
On Linux the path to the Tilemap tool is broken: `"TilemapEditor": "/System/GameCreatorPro/Tools/Graphics/TileMapTool/",` should be `"TilemapEditor": "/System/GameCreatorPro/Tools/Graphics/TilemapTool/",`
Need to disable sandbox a game doesn't exist in the directory. 
Need to re-organize the StreamingAssets folder and move Runner Tools into the PixelVisionOS so they can be bundled in with the runner.
Need a way to reset the custom screen scale when loading up incase something goes wrong.
Need to activate action buttons in the Workspace/Libs folder 
Need to steam in the log file line by line or limit the size of the file when writing to it.
Need to update the docs to display the return type for API calls.
The WorkspaceService routs all file system calls to the FileSystem service. The workspace should validate that the system path is safe to write to. Need to modify ConvertToSystemPath to only...