Actualités

A complete tutorial explaining how to create a very basic 2D platform game for Android with touch-screen controls in Unity. By the end of part one you will have a working APK that lets you control ...
Next up, open up your control script and create a public bool and a public float called jump and jumpheight respectively. Remember, you can set jumpheight from the inspector in Unity itself (I set ...