I’m making an RTS game where there will be thousands of “tree” static meshes. What is the best way to achieve this?
Spawning 1000 actor?
Spawning 1 actor and creating every tree as it’s components?
Using niagra?
Using MASS?
The trees will not gonna effect navigation and does not need to have any collision either. Only 3d render.
Personally I don’t tried neither niagra nor MASS but the other 2 options results in almost same fps. What is the most performant way to do this?