The physics engine acting on the instance is not working

When you want to have physics on thininstances you may want to declare them as non-static per the documentation (Babylon.js docs).

Also, you can later change the position of all the instances on lines 40-46 like that.

1 Like