Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | MAKMan |
I made a my player in a 2d game a kinematic body but it doesn’t interact with collision shapes of a tilemap. I turned on use kinematic but it still doesn’t work. The player walks right over the tile I want him to interact with.
“I turned on use kinematic”
Are you using a rigidbody in Kinematic mode? If so move_and_slide/collide
will not work. How is the player being moved?
Magso | 2020-02-16 18:28