You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a game that does not involve any sliding physics or pushing entities and I can't figure out how to prevent sliding when entities come in contact with each other.
Is there a particular setup that can prevent this on all or certain type of entities?
The text was updated successfully, but these errors were encountered:
I know, sorry if that was not clear and will update the title subject. What I'm talking about is when a collision mode is now set to the weaker vs stronger types. Is there a way to disable sliding?
rontrek
changed the title
Prevent specific entities from sliding or being pushed upon collision.
Prevent specific entities from sliding or being pushed upon collision on weaker vs stronger types.
Sep 5, 2019
More like bounciness if that's what it's called where an entity bumps and collides into a stronger type entity like FIXED type, the entity drifts back or in the opposite direction.
btw, I have tried bounciness set to 0 and it still bounces back.
I'm trying to make a game that does not involve any sliding physics or pushing entities and I can't figure out how to prevent sliding when entities come in contact with each other.
Is there a particular setup that can prevent this on all or certain type of entities?
The text was updated successfully, but these errors were encountered: