Godot Sandbox can now be built as a module, thanks to @Ughuuu. There is now also a live-profiling feature that enables automatic sampling of Sandbox programs in order to show where time is most spent. The feature works on all platforms, including Web. Documentation here.
The image shows live-profiling being displayed in the demo project. The profiling information is automatically gathered over time.
PRs
- Add support for instruction-counter profiling by @fwsGonzo in #199
- Build as both addon and module. Part 1, integration. by @Ughuuu in #184
- Make static libs too by @Ughuuu in #202
- package everything for modules by @Ughuuu in #203
Full Changelog: v0.27...v0.28