Reply To: How are asset/unbound graphs supposed to be used?

Forums 💬 NodeCanvas 🗨️ General Discussion How are asset/unbound graphs supposed to be used? Reply To: How are asset/unbound graphs supposed to be used?

#13163
dharma_42
Participant

    <span style=”color: #323232; font-family: ‘Open Sans’; font-size: 12px; background-color: #fbfbfb;”>1) If the Asset Graph is directly assigned to a BTOwner, you will see all its public variables shown in the inspector of that BTOwner and possible to change; per-owner.</span>

    This way (#1) is what I’m looking to do. A few questions:

    1) Does the variables being “public to change” include binding them, or just getting & setting values?

    2) Are these BBParameters?

    3) Is there an example of this set up anywhere that I could look at? Any more info/guides/tutorials etc with this setup?

    4) Currently I have set things up so that the AI agent prefab assigns the BT to the BT Owner on Start() like so:

    But the way you describe in #1 doesn’t need this, right? Any code needed for that setup?

     

    Thank you for the help!!