Skip to content

v0.28: Live-profiling and Godot module support

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 15:25
· 2 commits to main since this release
9cb7535

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.

image

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