com.unity.behavior 1.0.12

com.unity.behavior

Source docs
Notes: processedReleased July 28, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0 (16f1)

Package Dependencies

📈 Improvements

  • Light and Dark themes overhaul. (BEHAVB-279)
  • Graph assets now generates their runtime asset on creation.
  • `Tools > Behavior > Validate All Graphs` now generates runtime asset if needed.

🔧 Bug Fixes

  • Optimized `SwitchComposite` to cache enum values and eliminate redundant GC allocations when the underlying BlackboardVariable hasn't changed. (BEHAVB-331)
  • Fixed `WaitForAnyComposite` stuck on the first frame of playmode.
  • Fixed nested `RunSubgraph` nodes causing infinite asset reimport. (BEHAVB-333)
  • Fixed BehaviorAssetPostProcessor processing asset during domain reload.

⚠️ Known Issues

  • Same Known Issues as 1.0.11