Reply To: Best practice for similar method as class vars and instance vars?

Forums 💬 FlowCanvas ⚙️ Support Best practice for similar method as class vars and instance vars? Reply To: Best practice for similar method as class vars and instance vars?

#12600
Gavalakis
Keymaster

    Hello,

    Since you are using prefabs, I would recommend using Bound Graphs instead of Asset Graphs since they are easier to work with and also support object references from within the prefab hierarchy. In both cases however (bound/asset), the local graph variables work the same (have the same restrictions as far as accessing the variables in this case).

    🙂