Critical Bugfix, Syntactic Sugar, New Features & Debugger Improvements
BUGFIXES
- FIXED SERIOS BUG in BlackboardCondition: It returned always false after execution of it’s decorated node, even when it’s execution was actually successful
FEATURES
Blackboardcan now be accessed by[]-operator and nicerSet<T>Methods. See the updated README-File for examples. Thanks @Sam for this contribution.Wait-Node: Added ability to wait for Blackboard Value or Lambda Results in “Wait” NodeAction-Node: Added “singleFrameFunc” constructor to Action-Node, allowing to add simple actions that can fail
DEBUGGER IMPROVEMENTS
- Added “Collapsing” of Container Nodes
- Added Ability to display custom statistics
- Recently Failed/Stopped nodes are now visible in the Debugger Window
- Added ability to adjust Timescale while debugging
Thanks @Sam for the great foundation