13 years ago

Artificial Intelligence JavaScript Unity 3D


Advanced artificial intelligence in javaScript

#pragma strict

var alvo : GameObject;

var pos : Vector3;

var dist : float;

function Start () {

alvo = GameObject.Find (“Player”);

dist = 6;

}

function Update () {

pos = alvo.transform.position;

if(alvo && Distancia ()){

var alvoRotacao = Quaternion.LookRotation (pos - transform.position , Vector3.up);

transform.rotation = Quaternion.Slerp (transform.rotation , alvoRotacao , Time.deltaTime * 3);

}

}

function Distancia (){

if(Vector3.Distance (transform.position , pos) > dist){

return false;

}

else{

return true;

}

}



0 comments

Loading...

Next up

"Thanks guys for endless hours of fun." 👍

(My first fan art. Read the article, please.)

#sonic #mario #photoshop

Heya there! I really wanted to show you all a little gameplay preview of the first boss fight i'm currently working on i hope you like it ^^

Path of Kami: The Evolution of the Lore

If you have more of an acquired taste, the restaurants in Niravasi have you covered! Maybe skip the salad bar, though.

"Day to Day" (also check spud out here he's a great guy and writer: https://soundcloud.com/spudward)

it happens

A sneak peek at the new OST, can you guess what this song will be used for? 🤔

ooh yes..

I just wanted to introduce you to my latest musical production and hear some opinions about it. Thank you very much.