hey everyone i was wondering if someone could please make me an ai script thats really simple like you could attch it to a cube and tell it were it would go and it would do it.
cheers
hey everyone i was wondering if someone could please make me an ai script thats really simple like you could attch it to a cube and tell it were it would go and it would do it.
cheers
Pft, yeah.
Go.js
var goTo : Vector3;
function FixedUpdate() {
transform.position += (goTo - transform.position) * Time.deltaTime;
}
AI is not simple.
Browse the Showcase and you might find something.
it would be good if someone did like the object had waypoints on were to go say 1-100 that would be brilliant and the object could shoot and everything but i know that would take so much coding so if your a good coder maybe