Shinjingi / Unity2D-Platform-Character-Controller

2D Platform Character Controller for Unity.
85 stars 22 forks source link

Player Jump problem #3

Open matthewnex12 opened 1 year ago

matthewnex12 commented 1 year ago

I'm not able to jump while running does anyone know how can i fix this? I think the problem is that the acceleration movement is executing before checking if there are any new inputs. I'm not sure I'm new can anyone help?

domiSchenk commented 1 year ago

Hey @matthewnex12 I had the same problem, I was using a Tilemap, and they work a little bit differently than sprites. I had to add a Composite Collider 2D and change the Offset Distance to 0: image