Unity GUI tutorial : simple player health bar in javascript code example

03-Unity-javascript-health-bar-tutorial-full-player-health-bar

Unity GUI tutorial : create a simple Graphic User Interface with OnGui function In this Unity GUI tutorial we will see how easy is to create a simple Graphical User Interface with Unity thanks to the OnGui function. An health bar is a vital key element for every game, not only rpg or hack and … Read more

Unity character controller tutorial animations javascript code example

02-Unity-character-controller-tutorial-default-3rd-person-controller

Move and animate a model with Unity character controller tutorial In this Unity character controller tutorial we will write a simple javascript code example to move our character and play custom animations for different keyboard inputs. The goal is to create a personal character controller script that parses our keyboard inputs and transforms it in … Read more

Import animated model from Blender to Unity and play the animation with scripting

import-from-blender-to-unity-with-animations-free-rigged-model-1

Finding a free Blender 3d rigged model to import from Blender to Unity This Blender to Unity tutorial will show how to import a simple 3d animated model from Blender to Unity while keeping its animations and play the animation by writing few line of javascript code in a Unity script. When you are a … Read more

Tutorial How to move the Player with keyboard inputs in Unity3d keyboard input javascript

Create a new Input Axis in Unity to control forward/backward movement with keyboard assigned keys

As i played videogames through the ages (!) i was impressed to see the evolution of the avatar that we control on the screen, their movements and their mechanics are as of now really lifelike. Also , controlling a character makes something happens on the screen and it’s a clear behaviour that i can check … Read more