Unity – Create a simple main menu

4. Select the Button and Add Component, and select New Script, name it btnStart. 5. Double click on the btnStart script name to open up Visual Studio to start editing it, and add the following. As you can see in the Console in Unity, we are now getting a log message when we click the …

Unity – Move character with animation

In my previous post I made a short post about how to make a character move with the Character Controller component in the end. We can continue on this path and add some more to our script to make our character use a walking animation too. This is a tutorial on how to move character …