Cannot access bounded FlowCanvas script from NodeCanvas.

FlowCanvas Forums Support Cannot access bounded FlowCanvas script from NodeCanvas.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #951
    jhorikawa
    Participant

    HI,

    I’m able to access FlowCanvas script in NodeCanvas if it is saved as an asset file but
    I’m not able to access a bounded FlowCanvas script which is attached to any gameobject.

    Does this mean you can only access to saved FlowCanvas script asset from NodeCanvas
    or am I doing something wrong?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #957
    Gavalakis
    Keymaster

    Hello,

    The ‘BT Nested FlowScript’ and ‘FSM FlowScript State’, is meant to be used so that you can have a flowscript as an internal part of the root graph (be it an BT or FSM), and not meant as a way to control an existing ‘FlowScript Controller’ with it.

    If you want to Start/Pause/Stop an existing ‘FlowScript Controller’, you can use the action called “Control Graph Owner”, which can be found under the “Utility” category.

    Alternatively, if you want to for example send an event to that ‘FlowScript Controller’, you can use the action “Utility/Send Event”.

    In both cases, you can select the target ‘FlowScript Controller’ by overriding the action’s target with the checkbox and assigning the FlowScript Controller component reference:

    SendOwnerEvent

    Please let me know if these work for you, or if you are trying to achieve something different.
    Thanks!

    Join us on Discord: https://discord.gg/97q2Rjh

    Attachments:
    You must be logged in to view attached files.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.