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
{{ message }}
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
Describe the bug
If something else passes through the a trigger that a SpawnPoint is listening to, enemies still start spawning.
Proposed Solution
Check the triggering GameObject (go) to see that it is the player. This should not be done using tags. Instead, check to see if the triggering GameObject has a component that only the player would have (Like PlayerLevel, or PlayerStatsSystem) and only start spawning if it exists.