Why do assets get pushed away when I run up to them or jump on them?

All game objects have physics by default. If you collide with them, you will impart force to them which will make them move. You can either disable their physics or make them immovable with one of these simple scripts:

Immovable script

Set physics to false script

Leave a Reply