How to spawn an actor really fast?

hman360hman360 Member Posts: 590
edited November -1 in Working with GS (Mac)
I need to spawn an actor fast but every .01 seconds isn't fast enough, can I make it spawn any faster? Maybe by alternating different times? I need the fastest that is possible.

Thanks

Comments

  • WeswogWeswog Member Posts: 1,171
    You can have several spawning actors that spawn every 0 seconds but that is going to use up a lot of ram. You can also recycle actors if possible.

    Cheers, Weswog
  • UtopianGamesUtopianGames Member Posts: 5,692
    Also it's a bad idea to have an actor that has been spawned spawning another actor immediately.

    Darren.

    image
  • POMPOM Member Posts: 2,599
    I think the fastest way is not to spawn at all , just let it wait outside the screen and instead of spawning it , trigger it to do what you want with a boolean attribute .
    this way you save yourself ram and fps , and there is no faster then this !

    Roy.
Sign In or Register to comment.