Search Unity

Generate Object Vars From Local Graph Vars

Discussion in 'Visual Scripting' started by Kellyrayj, Dec 14, 2020.

  1. Kellyrayj

    Kellyrayj

    Joined:
    Aug 29, 2011
    Posts:
    936
    Is this something that Bolt is capable of? I have some generic flowmachines that I want to use across a varity of objects but their parameters all need to be different. Do I have to create all of the variables in the Object Variable component or is there a way to auto create them from a flow machine?

    For instance, I have a general "character" flowmachine that has a move function that I wish to use on both AI characters and the player. Each take a different type of input from a flowmachine but the character flowmachine is the same between the two.