nem0 / LumixEngine

3D C++ Game Engine - yet another open source game engine
MIT License
3.52k stars 398 forks source link

Organize navzones and probes #1484

Open nem0 opened 1 year ago

nem0 commented 1 year ago

Since worlds can now be save in any folder, navzones and probes are also are also not in one place anymore. So they can get lost when world is moved / leak when world is deleted. Design and implement some system to clean this up.