(no title)
miniupuchaty | 2 years ago
Simple dll reloading can work great if you separate state from logic, like shown in handmade hero. If you cannot enforce that then live++ is a good alternative.
Too bad there's no linux support.
miniupuchaty | 2 years ago
Simple dll reloading can work great if you separate state from logic, like shown in handmade hero. If you cannot enforce that then live++ is a good alternative.
Too bad there's no linux support.
rezonant|2 years ago
Live++ ("Live Coding" in Unreal) can still cause these problems if you leave the Reinstancing option on. For anyone doing C++ in Unreal, please please please read this [1] and at the very least make sure to not use the older Hot Reload.
[1] https://landelare.github.io/2023/01/07/cpp-speedrun.html#com...