Wozza365 / GameDevelopment

Echoes of Time - A team project for Game Development at the University of Derby
0 stars 2 forks source link

Player Slingshotted by Physics Object #129

Closed dazzytech closed 6 years ago

dazzytech commented 6 years ago

Although I'm not sure how exactly to replicate it as it appears to happen at random, sometimes when the player is either standing on the physics object (both flower and cube done this), the player appears to fly into the air and then fall back down.

A possible fix could be making the player and the object colliders overlap each other so the player can pick up an object but not push it, meaning the object cant appear to make the player fly.

dazzytech commented 6 years ago

Flowers are fixed

dazzytech commented 6 years ago

This can be closed as the player is no longer colliding with any moveable objects.