Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I am still new to the GM world and trying to learn an optimal workflow. So for the GMLive, the answer is really to care about what I set live, correct? I just noticed yesterday that on GMEdit, it shows a little dot on the files where I put a live call. What’s the optimal event to do it? I have been doing on #event step_begin. And sorry if all these are noob questions, in the early process of switching to GM.

(+1)

You add live calls to events/functions that you want to live-reload! The cost of having a live call in a place that’s not been live-reloaded this run is minor, but still GMEdit shows the badges as a reminder that you can eventually remove these when you’re done with that code.