Update 1.0.4 is out! See the changes here Behavior Package 1.0.4 Released! Changelog inside
–
Update: 1.0.3 is now available! Changelog added above 1.0.2
We’ve released Behavior 1.0.1! You can now get it on the package manager and it should be visible for everyone on Unity 6000.0.16f1+ ![]()
We (the team) are very excited to share this with you and hope you’ll love this new tool.
Please use the Behavior tag to engage with us! The team is very active here to help users and take in feedback.
If you’re not familiar with Behavior, this is our new Behavior Tree / Behavior Graph tool for Unity 6. You can find our documentation here:
[1.0.3] - 2024-10-14
Changelog
Added
- TriggerEvent now logs message when EventChannel is not assigned.
- Added MakeSceneActive option to LoadLevel node for Additive mode.
- Added new UI visualization for Shared blackboard variables.
Changed
- Improved logging details when an exception is raised about an invalid node transformer.
- Added logging on domain reload when any node BlackboardVariable is found that doesn’t have the [SerializeReference] attribute.
- Added logging on domain reload when any Composite field of type Node is found that doesn’t have the [SerializeReference] attribute.
- Added missing Switch node inspector.
- Fixed Shared Blackboard Variable causing a stack overflow in case it was referencing itself.
- Fixed invalid generation of Shared Blackboard Variable on the source runtime blackboard asset.
- Blackboard variable Exposed and Shared values can now be toggled on and off from the variable instead of right-clicking.
- Changed variable renaming to trim out any leading or trailing whitespace.
- The branch generation correction feature has been disabled for backend related issues.
Fixed
- Fixed dynamic subgraph not initializing local event channels.
- Fixed dynamic subgraph overriding shared blackboard variables.
- Fixed static subgraphs not passing down same type component variables properly.
- Fixed audio resources being able to be passed into an audio clip link field when they shouldn’t be.
- Fixed any component being able to be passed into any component link field instead of only when it’s a subclass.
- Fixed cast variable types not working correctly in subgraphs.
- Fixed subgraph blackboard variables not marked as exposed showing in parent graph node inspector.
- Fixed a bug where StartOnEvent node (Restart mode) would only execute the first node of a sequence after restarting in case it was restarted by a TriggerEvent node on the same frame.
- Fixed an issue with node wizard preview not displaying when typed variable fields were added.
- Fixed Muse branch generation correction deleting the previously generated branch if a valid output failed to be generated.
- Fixed placeholders not generating properly with generative AI.
- Fixed top and bottom lines of edge where the end is above the start not being selectable.
- Fixed Blackboard editor not syncing with changes from graph when the graph default blackboard was being edited.
- Fixed nullref exception caused by renaming a type serialized in a Blackboard Variable.
- Fixed blackboard and graph editor toolbar height changing on smaller window sizes.
[1.0.2] - 2024-09-20
Added
- Tooltip to display the variable type name on story editor dropdowns.
Changed
- Nodes that generate their own children (for example Switch and Flow nodes with named ports) will auto align their children better than before.
- Condition context menu will show “Inspect Script” instead of “Edit Script” when opened for a built-in condition.
- Switch Node: Removed the warnings about no connected child during operation to avoid spamming the log.
Fixed
- Text truncate issues on story editor dropdown elements.
- Blackboard variables from added blackboard assets can now be dragged and dropped onto fields in nodes.
- Fixed
CheckCollisionsInRadiusActionfailling to assign collided object if the BBV value was null. - Nodes with inherited named children (i.e. Node connections) weren’t showing the base class’ nodes.
- Fixed Event Channel variables not appearing in link searches for non-event nodes.
- Fixed the Self variable not working in Dynamic Subgraphs.
[1.0.1] - 2024-09-18
-
Fixed an issue with the LinkField search menu popup element causing an exception on Event nodes.
-
Set variable value didn’t save the value if it was a cast blackboard variable.
-
Text alignment for conditions in the inspector will now center correctly.
-
Added missing space in variable comparison condition text.
-
Warning messages shown on GetVariable when trying to get an override variable from BlackboardReference.
1.0.0 changelog
If you missed the 1.0.0 release, which was pretty silent, here are the changes from the 1.0.0 preview:
Added
-
PlayParticleSystem node can now assign the spawned object to InstantiatedObject.
-
Conditions can now reference the GameObject associated with the graph.
-
Updated the vector LinkField UI to new improved design.
Changed
- Renamed
Unity Serialization ExampletoRuntime SerializationandSerializationMonoBehaviourclass toSerializationExampleSceneController.
Fixed
-
Switch enum child ports weren’t interacting correctly after editing the enum while the graph is open.
-
Fixed a hang when deleting runtime assets when blackboards are referenced.



