Is there a way to set a cap on the amount of objects with a certain tag that are instantiated in the scene at a certain time (and override whatever script is controlling the instantiating?)
Write a manager that creates the instances and that ensures that no new ones are created if a given count is reached.