- Home /
How to fix Jump problem with 2d Platformer Unity demo game?
My son and I are just starting out learning Unity and ran into two problems with the 2d Platformer demo. After importing some Assets we lost the sorting layers and the ability to jump. We have been able to replicate this many times. We figured out how to redo all of the sorting layers but cannot figure out why the Jump key doesn't any more. Has anyone seen this on the 2d Platformer demo and know how to fix this? Thank you.
It's probably just a glitch that happened in the import process. Try deleting that project and re downloading it then try it out. If that doesn't work let me know!
It is a glitch that I have been able to replicate. Re downloading does fix the original but it messed up all the other scenes my son had made and I would prefer to be able to fix it then to re make all the scenes again for his game.
Did you mess with any of the code or are you getting any errors in the console?
no errors in the console. no code has been changed. the layering problem i found everything lost their sorting layers and fixed. i have verified the input settings and they are correct by comparing to another install on another laptop. the character can do everything but jump. i kind of just want to know what caused it and how to fix in case it happens again.
I cant look at your project unless you send it to me therefore I cant do much but make sure in your kids games that all the inspector settings are correct meaning everything is linked and attached and all the values are correct? Odds are its something small your just missing which happens to me all the time. Also is the problem in your kids games he made or the original scene for the 2d platform?
Your answer
Follow this Question
Related Questions
2d Platformer Jumping Not Working 1 Answer
Advice needed on my first c# 2D jump script 1 Answer
Make a 2D jump? 0 Answers
2D - Change jump direction 1 Answer