daScript
daScript copied to clipboard
about live
I am trying the live library for hot reloading, but I found that the data is lost during runtime after reloading, how can I solve this problem, thank you.
Create debug agent, which will have separate context. Store permanent data there. opengl_cache.das is reasonably good example. Alternatively save data during 'shutdown', and restore at 'initialize'.