Skip to content

Hot Reload

Prog'z edited this page May 28, 2021 · 1 revision

How to hot reload ?

  1. To run the editor, click on "Debug" > "start without debugging" (ctrl + f5).
  2. The editor is now running. However, you can't use breakpoints and you can't find where the program crashes.
  3. Edit your code in GPGame (the dll).
  4. Build the dll (ctrl + shift + b).
  5. Your code is reloaded !

Clone this wiki locally