Is there something that I can adjust the spawn rate?

Hello,

Is it possible to adjust the spawn rate of AIs? I'd like to be able to make it harder over time by adding more agents.

Thanks!
 
Within the demo scene all of the agents are spawned at the same time. This is done with the DeathmatchAIManager. There isn't any built in features which allow you to change this but you can definitely add it to that singleton!
 
Top