Unity attach object to player tutorial: How to wield a weapon

Unity attach object to player tutorial: How to wield a weapon In this tutorial you will learn how to attach object to a Unity character and how to make a character wield a weapon. I am doing this simple item attach tutorial because in many games you are often displaying characters and enemies wielding items … Read more

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