spawning and collision limits
I have 7 actors that are randomly spawned every second or two. It just continues through the game. They all collide with each other and some are destroyed by a touch. However, after a while the spawning just stops.
Are there any limits to the number of times you can spawn an actor? or limits on the number of times actors can collide and bounce off of another actor? if so, any suggestions on how best to deal with this?
Thanks.
Are there any limits to the number of times you can spawn an actor? or limits on the number of times actors can collide and bounce off of another actor? if so, any suggestions on how best to deal with this?
Thanks.
Comments