Zombunny not properly responding

Ok so in short, I am working through the Survival Shooter Tutorial. When I apply the EnemyMovement Script to the Zombunny, the lil guy walks a few steps then hits an unseen obstacle and just loops his movement animation in place. Or perhaps someone has hit the same problem when cruzin through the tut?

Thanks so much for everyone’s time!

PS I have ensured that my Player game object has been tagged as “Player”.

For everyone who has this issue: "The enemy go towards the 0,0,0 point, then stops and do anything else.

That’s because there’s an issue with the FindGameObjectWithTag function. Try using GameObject.Find instead.

Its on YouTube video page, comments section.
Thanks Pablo Dusi.