mbishopn / 2dGameIntro-Final-project-Unity

Simple 2d platform game project to explore Unity features as an introduction to Game Development
2 stars 0 forks source link

moving character - jump #4

Closed mbishopn closed 6 months ago

mbishopn commented 7 months ago

Adding the jump, a natural one that allow the character to jump being static or while moving without making it seem to be flying. code this in a separated script name jump.

mbishopn commented 6 months ago

completed with controller2d. next step is double jump or wall jump.