Enemy doesn't appear and follow path on play

So I managed to follow the entire script to a T, but for some reason my enemy won’t appear for when I click play? Help would be most appreciated! :slight_smile:

Hi,

Have you already tried to add Debug.Logs to your code to see what is going on during runtime? Make sure all method names are spelt correctly. Otherwise, Unity will not execute the Unity methods.

Have you already tried to add Debug.Logs to your code to see what is going on during runtime? Maybe the enemies do get instantiated but get destroyed immediately. Since that might happen within the same frame or 1/60 second, it might be impossible to see what’s going on. For this reason, use Debug.Logs to analyse the situation.


See also:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms