Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
13 stars 5 forks source link

Control chunk unload #235

Closed snipercup closed 4 months ago

snipercup commented 4 months ago

Requires #234 Fixes #219

Only the levelgenerator will unload chunks after all chunks are unloaded, it will emit a signal that chunk unloading is done and the scene transition can begin. This fixes the problem of chunks being unloaded while still loading.

Als includes a fix for furniture not being unloaded properly when the chunk unloads