Highlights for this first update
- All assets are now live updated in the scene editor
- Added a script error reporting pane, appears when compiling your script failed
- Added a built-in TypeScript API browser, automatically gathers exposed APIs from each plugin
- Desktop and in-app notifications for new chat messages
- Many new and improved APIs, many bug fixes
- Breaking API change: We unified all APIs to use radians rather than degrees, for consistency.
You can useSup.Math.toRadians(...)and.toDegrees(...)to convert easily between the two.