My zombie isn't working and not quite sure what the problem is. I got this script off of a website and it was working before but now it isn't. I know this should be posted on unity answers instead, but it was rejected twice so I'm looking for here.
Here is the error: NullReferenceException: Object reference not set to an instance of an object Zombie.FixedUpdate () (at Assets/scripts/Scene5 (level 1)/Zombie.js:18)
Here is the script:
Zombie AI not working?!
Here is the error: NullReferenceException: Object reference not set to an instance of an object Zombie.FixedUpdate () (at Assets/scripts/Scene5 (level 1)/Zombie.js:18)
Here is the script:
Code (JavaScript):
- #pragma strict...