Hi guys, just a question, how can i spawn a lot of actors something like 1000 actors side by side, and make the blocks(actors) work like in minecraft for exemple?
It will take a long time to spawn 1,000 actors, but all you need to do would be to have a position attribute that increments with each new spawn.
Every X seconds move spawning position + 100 pixels then spawn / move spawning position + 100 pixels then spawn / move spawning position + 100 pixels then spawn . . . etc.
It will take a long time to spawn 1,000 actors, but all you need to do would be to have a position attribute that increments with each new spawn.
Every X seconds move spawning position + 100 pixels then spawn / move spawning position + 100 pixels then spawn / move spawning position + 100 pixels then spawn . . . etc.
i just cant create a generator or something like that to acelerate the process? I was thinking in create a dig game...
Answers
Every X seconds move spawning position + 100 pixels then spawn / move spawning position + 100 pixels then spawn / move spawning position + 100 pixels then spawn . . . etc.