I would like to have some power ups which will change the physics and animation of my character and the characters should not die when colliding with objects. I have created a second character with all the settings I want the "power up" character to have, now I want to change my player to be the second character whenever the regular character collides with a power up object. Is there any way to create an "if collide change character" node?
That answer is incorrect. It is not changing the character, it is just toggling between different 3D Model nodes on the same character. The question was how to switch between two characters which are two different game objects and have different behaviour and physics from each other. So far I cannot see a way to do this as Scene.create() doesn't seem to allow you to spawn characters, only game objects.