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

Just as Pecaminosa's musicians #improvise this rendition of #LittleSunflower ๐ŸŒป, so do we improvise with this post you're reading. ๐Ÿ˜‚

What's coming out of your own improvs? ๐Ÿค”

#Pecaminosa | #IndieDev | #OST | #Jazz

"Our work is never over" they said.

Strange Umbrella

Update 2.627

New challenges & new effects!

OK, this starts to be too tricky puzzle already :D

#platformer #indiegame #puzzle

Animation test. Not an actaul conclusion to who wins sonic vs Mario. Just a test animation combo.

New Teasers!

Sonic The Hedgehog style Super Smash Bros 4 Pixel art Gif.

:] me sigue sin gustar

:] I still don't like it

Sonic X pixel art.