Is this a continuation to your previous character controller video? Or is it just an update, to use the input system? A Completely new Controller? You video on the 2D character controller helped a lot! Looking forward for this new video!
It's a continuation of the 2D Character Controller series, in which we will transition to the new Input System to handle multiple devices. Hope you are going to like it!
Hey! I only have 1 question that needs to be answer ASAP because it's my first game and I'm participating in a 3 days game jam. How can I flip character looking direction like if the character walks to the left in my 2D he's eyes and body are looking to the left and not to the right. Sorry by the inconvenience but I don't have lot of time to try more new things, I learned pixel art and lots of things about coding. Thanks! Btw It's the end line of the 2nd day(I''m participating in the Icoso Jam), if you want I can send you the results of the game when I publish it, I'm in the Discord server.
Whenever you change direction in the Move and WallJump script, set the transform.localScale.x to -1 or 1 depending on the direction you want to face. Good luck!
@@Shinjingi Thanks, but sorry I know I'm a novice and probably don't explain well, I only know the basics I wanted to ask how can I know what key is being pressed by the user? Like A, d, R arrow, L arrow. Sorry by the inconvenience and have a nice day!
@@Shinjingi I know I'm being very annoying but I promise that this is the last question. When I made the wall jump the player slide in every platform, how can I fix that? I'm sleeping so bad that I can't think lol.
i hope you will come back soon. your tutorials are the best thing i've ever seen.
I hope the same.❤
He's back with more greatness
Is this a continuation to your previous character controller video? Or is it just an update, to use the input system? A Completely new Controller?
You video on the 2D character controller helped a lot! Looking forward for this new video!
It's a continuation of the 2D Character Controller series, in which we will transition to the new Input System to handle multiple devices. Hope you are going to like it!
Great tutorial, thank you
Great Tutorial, Can you make a tutorial on key rebinding with new inout system...
Hi! A great lesson, will there be a guide on how to make a dash for this character controller?
Maybe, but not anytime soon...
Hey! I only have 1 question that needs to be answer ASAP because it's my first game and I'm participating in a 3 days game jam. How can I flip character looking direction like if the character walks to the left in my 2D he's eyes and body are looking to the left and not to the right. Sorry by the inconvenience but I don't have lot of time to try more new things, I learned pixel art and lots of things about coding. Thanks! Btw It's the end line of the 2nd day(I''m participating in the Icoso Jam), if you want I can send you the results of the game when I publish it, I'm in the Discord server.
Whenever you change direction in the Move and WallJump script, set the transform.localScale.x to -1 or 1 depending on the direction you want to face. Good luck!
@@Shinjingi Thanks, but sorry I know I'm a novice and probably don't explain well, I only know the basics I wanted to ask how can I know what key is being pressed by the user? Like A, d, R arrow, L arrow. Sorry by the inconvenience and have a nice day!
@@Shinjingi I know I'm being very annoying but I promise that this is the last question. When I made the wall jump the player slide in every platform, how can I fix that? I'm sleeping so bad that I can't think lol.
I can't change the action type
This is so old!!!