Closed JbrockPony closed 9 years ago
Removed detection of player colliding with self while in air.
@JbrockPony I think you need to make sure your repo is public and not private. The link does not work for me. Unless you include me as a user on your repo. If you add me, I can check it out.
Issue Requirement Breakdown
Infinite jumping. Cool but not what I had in mind.
Steven Cal [Spencer]
Description
My player was infinitely jumping.
New Code
https://github.com/JbrockPony/2D-Platformer-V1/blob/master/Assets/Standard%20Assets/2D/Scripts/PlatformerCharacter2D.cs
Previous Work
Other Notes
The problem could be the player is dectecting itself as being grounded. https://github.com/JbrockPony/2D-Platformer-V1