|
Does anyone know of a good tutorial that could show me how to make a health bar, make an enemy which could cause damage until the player dies and then have a re spawn button?
(comments are locked)
|
|
here is a tutorial but it is very long. http://www.burgzergarcade.com/hack-slash-rpg-unity3d-game-engine-tutorial
(comments are locked)
|
|
For the AI to make something follow you, you want to use something like this script I wrote: Then you want to use the variables: You can select the items as the target and the enemy (which chances are is the gameobject the script is attached to) in the unity Inspector view under the script options. The complete script should look something like this: PS: If you don't understand what i'm talking about you should start with something easier. Also learn about Vector3s and Vector3.Lerp. You can read up about Vector3's HERE and Vector3.Lerp HERE.
(comments are locked)
|

That is not AI. Is a HUD tutorial. The question is quite misleading. Could you change it pls?