In the previous article, “How to Create a 2D Character Controller in Unity: Part 1”, we discussed in detail how to create the character's foundation, including its physical behavior and basic movement. Now, it’s time to move on to more advanced aspects, such as input handling and dyna...
Ever want to blow up your friends? Learn how to make a game like a Bomberman with Unity 3D in this step by step tutorial that will have you setting bombs off with ease.
By default you will now find a script on the Camera that allows for simple WASD navigation through the scene and the speed of your movement is tunable via the camera inspector. This allows you to quickly navigate while in Play to inspect your geometry without having to write any C...
Ever want to blow up your friends? Learn how to make a game like a Bomberman with Unity 3D in this step by step tutorial that will have you setting bombs off with ease.
Movement (ingame as well as menu mouse pointer) is always bound to left stick and dpad and can't be remapped at the moment. (The colors on the gif below seem to be a little bit off - they are better ingame ^^ ) Sadly, we can't add these nice features if the input device is...