Unity-Visual-Behavior-Tree icon indicating copy to clipboard operation
Unity-Visual-Behavior-Tree copied to clipboard

Abstract Behavior Manager Code

Open MystikalPooka opened this issue 7 years ago • 0 comments

The behavior manager is currently responsible for far too much by itself and can not do complicated things without changing multiple things inside of the manager and the editor.

My plan is to abstract all of the behavior running stuff into its own class and use it as a composite managing system. This single system will be included in the manager, which will instead be there just for interacting with the tree runner systems rather than directly running the behaviors and sending events, etc.

MystikalPooka avatar Apr 07 '18 21:04 MystikalPooka