If you need some help sorting out the issue you'll probably need to give a little more detail, ideally a screenshot of the offending actor's rule* would be good.
Normally you get actor A to spawn actor B, let's say you get a gun to spawn some bullets.
But how you have it set up our hypothetical gun is spawning more guns . . . and these newly formed guns are spawning more guns themselves . . . and these newly formed guns are spawning more guns themselves . . . and these newly formed guns are spawning more guns themselves . . . . and so on
You might want to add a hidden object that just spawns other actors. It can be off screen, or you can set its self.color.alpha to 0 and make it invisible.
@tony04 said:
thank you i really appreciate but can you make the scene spawn the actor
No the scene can't spawn an actor, just make up a new actor (let's call it 'spawner') - then place this actor in the scene and use it spawn the actor or actors you need spawning.
Like hesdeadjim said, you don't have to see this actor if you don't want, you can turn it's visibility off (in its Graphics attributes - uncheck the 'Visible' attribute).
Comments
If you need some help sorting out the issue you'll probably need to give a little more detail, ideally a screenshot of the offending actor's rule* would be good.
(*the rule that spawns the actor).
how do i add a screenshot.
You have to zip any file you upload or it won't let you upload it then use the last choice above the comment box
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
here it is
The issue is that you are spawing the spawner !
Normally you get actor A to spawn actor B, let's say you get a gun to spawn some bullets.
But how you have it set up our hypothetical gun is spawning more guns . . . and these newly formed guns are spawning more guns themselves . . . and these newly formed guns are spawning more guns themselves . . . and these newly formed guns are spawning more guns themselves . . . . and so on
. . . . and so on.
thank you i really appreciate but can you make the scene spawn the actor
You might want to add a hidden object that just spawns other actors. It can be off screen, or you can set its self.color.alpha to 0 and make it invisible.
No the scene can't spawn an actor, just make up a new actor (let's call it 'spawner') - then place this actor in the scene and use it spawn the actor or actors you need spawning.
Like hesdeadjim said, you don't have to see this actor if you don't want, you can turn it's visibility off (in its Graphics attributes - uncheck the 'Visible' attribute).