2DPlatformer-Tutorial
2DPlatformer-Tutorial copied to clipboard
A 2D Platform Controller in Unity
The player jumps much lower when the frame rate is limited compared to when it's unlimited. How can I ensure the jump height does not change based on the frame...
First off, great tutorials! Has anyone noticed any issues when transitioning between slopes and the `collisions` data? Specifically the status of `collisions.below`? Using my own copy and the source code...
There is an issue with using the bounds of a BoxCollider2D outside of the fixed update loop. From the tests I have done the bounds may not always be relative...
 The platforms at the moment when the player is on them stop going up, at the moment they stop having contact, the movement continues from the place that should...
Hi i will like to make the character ledge on a moving platform. I have tried but to only thing i have is on a static platform.

Hi guys, There was an issue I had where going over the edge of a peak on an angle platform causes you to jitter as it figures out where the...

Hi there not too sure at what point I went wrong but for some reason my sprite still accumulates gravity which doesnt allow it to jump and falls off the...
Fixed bug where you could drop through multiple platforms even when down arrow was released.