game crash when i try to spawn 16 actors
In my game, when you destroy the 16 first actors, then the level go up (an integer) and i have a rule that when level is equal to 2, then spawn 16 new actors in a random position in the bottom of the screen.
But when level's up, it crashes :S
Anyone know why? Is 16 actors two much for GS? should i spawn one by one every second or something like this?
Edit: even if i spawn only one actor it crashes.
But when level's up, it crashes :S
Anyone know why? Is 16 actors two much for GS? should i spawn one by one every second or something like this?
Edit: even if i spawn only one actor it crashes.
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Sorry, edit again cause i think i can fix this error with a boolean. Thanks all for your answers!