You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enemy is spawned they spawn an empty game object to remember where their spawn point is. Quite ugly, we should refactor this. Use a Vector3 position instead of transform as the different target positions.