Lerpz robot

I’m doing the 3D Platformer Tutorial and for some reson the robot Robot Guards won’t do anything. I did put the EnemyDamage and EnemyPoliceGuy in the copper prefab.

I get a erorr message:

NullReferenceException: Object reference not set to an instance of an object
ThirdPersonStatus.Awake () (at Assets\Scripts\Player\ThirdPersonStatus.js:26)

and also

NullReferenceException
EnemyPoliceGuy+Start$14+$.MoveNext () (at Assets\Scripts\Enemies\EnemyPoliceGuy.js:39)

Hi, welcome to the forum!

Are you getting the “No level status” error message when you try to run this? This will either appear at the bottom of the main Unity window or else in the console window.

On line 39 in the enemy Police guy script I changlevelStateMachine = GameObject.Find(“level”)
to levelStateMachine = GameObject.Find(“Player”)

and now it work just fine. Thank you for your help

runner 1810

Thanks for the post was having the same problem.

You have ant trouble with knock back?

My character sinks into ground after being knocked back.

Regards
Thor

http://www.digitalviking.com/3D.htm