UNITY RPG COMBAT SYSTEM TUTORIAL WITH STATE MACHINE JAVASCRIPT FULL CODE DOWNLOAD EXAMPLES

Unity-rpg-hack-slash-combat-system-tutorial-06

UNITY RPG COMBAT SYSTEM TUTORIAL WITH STATE MACHINE JAVASCRIPT FULL CODE DOWNLOAD EXAMPLES UNITY RPG COMBAT SYSTEM TUTORIAL WITH STATE MACHINE JAVASCRIPT FULL CODE DOWNLOAD EXAMPLES PlayerController.js [javascript] /* WASD keyboard input player movement control with jump and mouse rotation – Unity javascript Gameobject.net*/ #pragma strict var charController:CharacterController ; /* Create a variable of type … Read more

Rpg combat system tutorial for Unity with simple state machine – part 4

Rpg combat system tutorial for Unity with simple state machine – part 4 In the previous Rpg combat system tutorial for Unity with simple state machine – part 3 we gave our player character a script to manage its combat states and to deal damage to the enemy, but to make it effective we need … Read more

Rpg combat system tutorial for Unity with simple state machine – part 3

Rpg combat system tutorial for Unity with simple state machine – part 3 At this point of this rpg combat system tutorial for Unity our scene has 2  important gameobjects, the player and the enemy, with their Collision Box components named CombatBox belonging to a user created Physic Layer that is now behaving as any … 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

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

The best and easiest tool to make a video game : UNITY3D Editor

Unity3 logo

To make a video game is’t a trivial task, it involves many hours of work and different skills (coding, art assets, animations…) , it is fundamental then to find tools to speed up your game programming work that is easy to use for a beginner. Thanks to the folks at Unity Technologies such a game … Read more