@croquet/worldcore-behavior
Version:
Behavior Tree Component for Croquet Worldcore
23 lines (14 loc) • 589 B
Markdown
# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0] - 2022-6-16
## Changed
- Behaviors are Actors
- BehaviorPawn provides a view-side interface to individual behaviors in the tree
- Behaviors have a code snippet to allow live editing
- PM_Behavioral can be added to pawns to access the object's behavior tree
## [1.0.0] - 2021-10-20
### Added
- Initial release
## Pending