Hi there i.m trying to change this script so that it looks for the player and head in its generle direction but using the built in navigaition of unity 3d pro
so im wondering is anyone can help
here is the current script
AI script
so im wondering is anyone can help
here is the current script
Code (JavaScript):
- var speed = 3.0;
- var rotationSpeed = 5.0;
- var shootRange = 15.0;
- var attackRange = 30.0;
- var shootAngle = 4.0;
- var dontComeCloserRange = 5.0;
- var delayShootTime = 0.35;
- var pickNextWaypointDistance = 2.0;
- var target : Transform;
- private var lastShot =...