#unity Shooting controls for Mobile/WebGL/Keyboard in Unity (part 3) (#18 - Unity Tutorials)
Please find my way of implementing Player shooting in Unity Mobile, WebGL platform. This method allow you to use keyboard also.
This is not a video of shooting square...Here you will see real sprite character moving and jumping and shooting like you can see in normal game. This is part 3 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 shooting. In Part 1 and 2 i implemented 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