v2.8.0
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
- Added a new composite node: simple_parallel by @DarkAngelZT in #332
New Contributors
- @DarkAngelZT made their first contribution in #332
Full Changelog: v2.7.13...v2.8.0