Skip to content

v0.9: Sandboxed properties, basic monitoring

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 18:10
· 592 commits to main since this release
7ac29a2

Sandboxes can now expose properties that are tied to VM data.
image

There is also monitoring for the Sandbox, in order to be able to easily see memory leakage, vmcall spam or execution timeouts.
image

As always, remember to docker pull the C++ and Rust containers.

WARNING: In this release you may have to check for editor:

	if (is_editor())
		return {};

Enabling the sandoxes to act as tools also allows them to have options in the GUI.

PRs

Full Changelog: https://github.com/libriscv/godot-sandbox/compare/v0.8...