nem0 / LumixEngine

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

Reloading Lua modules #1470

Open nem0 opened 1 year ago

nem0 commented 1 year ago

Lua modules (require "module") are cached and hotreload does not work for them. Investiage what we can do about it.