Qriva / MonoBehaviourTree

Simple event driven Behaviour tree for Unity projects
MIT License
262 stars 19 forks source link

Added the ability to delete nodes with the delete key #12

Closed Nowammm closed 8 months ago

Nowammm commented 8 months ago

Also added a condition for checking if the selected node isn't null in order to prevent errors when pressing the delete key while not selecting a node (and for extra safety in general)