[SOLVED] Models become inaccessible after mouse click, unsure why

https://playcanvas.com/editor/scene/1145109


I am working on a multiplayer board game and I’ve just added the entity click, with that I wanted to have my models move around the board, however, when I click on a model, they make the 1st move to a mapped out destination, but then they become inaccessible afterwards and the mouse clicks goes through them as if they are not there and selects the ground behind. These models did not have collision or rigid body enabled (they do now), neither seemed to have an effect.

Thanks in advance!

Hi @Jason_Owens! As far as I can see you use a static rigidbody for your models. A static rigidbody does not move. I suggest to use a kinematic rigidbody for your models.

1 Like

Thank you. I should have known that, I hate bothering people for the simplest of things but I am new to this lol.

No problem, that’s what the forum is for.

1 Like