Karim

Results 16 issues of Karim

Components inherited from BonsaiTreeComponent are not displayed in the BonsaiTreeWindow.

Fix https://github.com/luis-l/BonsaiBehaviourTree/issues/39

Editor Assembly wil be applied on building app.

Fix https://github.com/luis-l/BonsaiBehaviourTree/issues/37

If you add a description to ConditionalAbort by inheriting from Description, there is not enough spacing between the description of the base class and the description of the inheritor.

Fix https://github.com/luis-l/BonsaiBehaviourTree/issues/35

1. Create a tree 2. Create a custom node 3. Add it to the tree 4. Remove the custom node `NullReferenceException: Object reference not set to an instance of an...

Fix https://github.com/luis-l/BonsaiBehaviourTree/issues/27

Comparator feature. A comparator takes values from two child nodes and compares them. Usage examples: Calculating the distance between two objects. Any arithmetic operations. This also includes Getter nodes. They...

WTR: 1. Create tree 2. Add custom node 3. Rename or delete custom node 4. Open bonsai designer `ArgumentNullException: Value cannot be null. Parameter name: key System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) (at...