Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@bitbrain bitbrain released this 24 Apr 17:34
· 2 commits to godot-4.x since this release
2061ab2

bees

We finally managed to introduce a SimpleParallelNode in #332 that allows you to execute two child nodes at the same time. That being said, it is not truly parallel (as in multi-threaded) but it emulates it instead. It follows closely the implementation of a similar node in Unreal Engine.

What's Changed

New Contributors

Full Changelog: v2.7.13...v2.8.0