2 messages · Page 1 of 1 (latest)
I'm making a game with procedural generation with chunks and i wanted to make it with terrain sets, the problem is that the game lags out when the chunk is generated with "set_cells_terrain_connect" even if running in another thread, what could i do so the chunks load without clogging the main thread? Thanks in advance!
The current code:
In txt: