Epic Developer Community Forums
How to optimize this script to render 1 millions of cubes in same screen?:
Development
Programming & Scripting
unreal-engine
Auran131
(Auran13)
June 24, 2025, 4:14am
2
Do it in c++ if possible
Chunk the loop (ie spawn 100 per frame rather than all at once)
Use InstancedStaticMeshs
Possibly use an AsyncThread
2 Likes
show post in topic