GillianYue / Bubbla

Repo for my independent spaceshooter game, Bubbla.
0 stars 0 forks source link

Unnatural collider interaction for obstacles #97

Closed GillianYue closed 4 years ago

GillianYue commented 4 years ago

player either stops too early or too late. How to make it look more natural? This is the problem with kinematic collisions; script controlled collision can look kinda weird. Or it's just me not knowing the proper way of doing it

GillianYue commented 4 years ago

better & more precise after switching from getting size of player from sprite to collider bounds. Still, player can walk slightly into stuff if we really mess with the controls