Reply To: one gameObject add multiple FSMOwner ,Will there be performance problems?

Forums 💬 NodeCanvas ⚙️ Support one gameObject add multiple FSMOwner ,Will there be performance problems? Reply To: one gameObject add multiple FSMOwner ,Will there be performance problems?

#17585
Gavalakis
Keymaster

    Hello,

    Not at all 🙂 Having multiple FSMOwners (or other Owner combinations) in the same gameobject is totally fine.
    The performance overhead would be exactly the same as having two separate gameobjects each with a single FSMOwner.
    Thanks.