Reply To: Canvas to switch characters at runtime

Forums 💬 FlowCanvas ⚙️ Support Canvas to switch characters at runtime Reply To: Canvas to switch characters at runtime

#22556
dharry
Participant

    Hi Chocolade, thinking about it I don’t think my approach would be enough… perhaps a better way would be to copy components with values from one object to the other.

    So i’m thinking, start with an object of each character, hide all but the start character then on the switch, copy the transform values and then all of it’s child components except for the renderer, enable the new and disable the old. Seems to work in my head, now how to put that in a canvas…

    Dean