How to deal with 10,000s immobile gameobjects at once?
Hello, I am making a game in which I need 10,000s of tiles at one time. The tiles do not move (no RigidBody attached, only colliders), however, when I create them, the game becomes extremly slow (~10 fps). I was wondering if there are ways we can do to improve this? The tiles have to appear at the same time in the scene. Similar to Minecraft.
Thanks a lot for your answers!
Note: I am aware of the thread: https://answers.unity.com/questions/1145980/how-to-improve-performance-with-10000s-of-gameobje.html, but it looks outdated :)
Your answer
Follow this Question
Related Questions
How to handle big amounts of animated gameobjects with sorting layer interaction? 0 Answers
gfx.WaitForPresent causing performance drops? 1 Answer
Massive Rendering spike in profiler when unloading the scene 0 Answers
GPU usages 100% 1 Answer
Unity Editor 200 -250 FPS but Some Mobile Device stuck in my game 0 Answers