Upgrading to 1.5+

Forums 💬 NodeCanvas 🗨️ General Discussion Upgrading to 1.5+

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #15081
    Gavalakis
    Keymaster

      Here are information applicable only when you upgrade from pre v1.5 to v1.5+

      In version 1.5+ there was some major refactoring in class names and namespaces that had to be done sooner rather than later.

      ——-
      Regarding namespaces the changes are:

      BehaviourTree = BehaviourTrees
      FSM = StateMachines
      DialogueTree = DialogueTrees

      ——-
      Regarding class names, the important ones that you should be aware of are:

      NodeGraphContainer = Graph
      NodeBase = Node
      BTContainer = BehaviourTree
      FSMContainer = FSM
      DialogueTreeContainer = DialogueTree

      ——-
      Regarding Methods and Properties there are but two for Tasks:

      OnActionEditGUI = OnTaskInspectorGUI
      OnConditionEditGUI = OnTaskInspectorGUI

      actionInfo = info
      conditionInfo = info

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.