#unity Controls for Mobile/WebGL/Keyboard in Unity (part 2) (#18 - Unity Tutorials)
Please find my way of implementing Player movement and jump method for Unity Mobile, WebGL platform. This method allow you to use keyboard also.
This is not a video of jumping square...Here you will see real sprite character moving and jumping like you can see in normal game. This is part 1 where you will learn how in very easy way adopt new Input System from Unity into many controlers. This new Input alows you to use keyboard/gamepad/touchscreen/mouse. Can be also used for WebGL platforms. In this video you will see player moving left right with implemented flip and jump. In Part 2 i will implement animations. I am using this 2 scripts in every game i am creating. For me that is best way of controll character using many different controllers.
All the hints are based on many top class tutorials combined with my private experience.
I know many things may be done better however: "if something is working cannot be bad" :)
cheers
FireRaccoon