com.unity.behavior 1.0.5

com.unity.behavior

Source docs
Notes: processedReleased November 8, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (16f1)

Package Dependencies

📈 Improvements

  • Conditional Branch node will log a warning in `UNITY_EDITOR` if it has no child to run. This can be safely ignored if intentional.

🔧 Bug Fixes

  • `Repeat While (RepeatWhileCondition.cs)` node will correctly start its conditions before checking them, and will not wait forever if its children finished on the same frame.
  • Conditional Branch node will no longer throw exceptions if there is no child set.