- Home /
Can someone help my character move correctly?
This is my first project in unity and i'm trying to get the character to move horizontaly in a 2d fashion. The game is a 2.5D game and am just trying to get him to be able to move. I altered the default character motor script and some of the platforminputcontroller. the character only seems to be moving when i press the direction opposite to the way he is facing and he turns around. Thank you in advance.Here is the 2DgameProject Package
you have now possible future events: - either wait long long long time for someone to find his time to debug your code - never to get response what you should do in your code.
my suggestion is stripping your code.
Agreed with @sdgd ... take the red pill.
You can't just post all your project code and ask people to debug. Isolate and identify your problem areas and ask targeted questions. Be succinct and clear. Post relevant code and the exact errors you get.
If you do not know how to strip your code, comment out sections of the code until you get rid of the bug, then uncomment the bugged section and edit your question with that portion of the code :)
Sorry for it being long i just don't know what to do it isn't throwing errors i just don't know how to make it so the character actually moves when you press left and right.I don't know how to give my project if that's possible on here. Sorry for the length and thank you for the help.
Your answer
Follow this Question
Related Questions
Character constant movement 2D... 1 Answer
How do I use the Standard Asset 2D character controller for a local multiplayer game? 2 Answers
How to set up two character controllers on one client? 1 Answer
Rotate character to the moving direction problems? 2 Answers
Character too floaty after jumping and grappling.,Grapple too floaty 0 Answers