Reply To: Playmaker

Forums 💬 NodeCanvas 🗨️ General Discussion Playmaker Reply To: Playmaker

#14309
Gavalakis
Keymaster

    Hello,

    This is not a bad question at all.

    This is naturaly like Unity works 🙂
    The GetComponent function of unity, simply returns the first found component of the type requested.
    A workaround this, would be to assign the PlaymakerFSM component directly, instead of dragging the gameobject that has that PM FSM.

    Let me know if this works for you.
    Thanks.