Skip to main content

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

and if it is not plausible to make these global across all saves, can you include a plugin command to hide/show the Toast pop-ups so that I can use Global switches to give all achievements at the start of a new game and not have the pop up appear during so - while keeping the pop-up enabled for the rest of the game?

Hi, you would need to use a global data plugin. Thanks for the suggestion about the toast functionality, I can add it to a future update.

(1 edit)

thank you,

also, can there be an option to make secret achievements hide their info too? (Description, Difficulty, Points)

currently it only hides the name

last question (not a request this time)

How does the automatic tracking do its thing? does it:

- Check requirements at the same rate as like a parallel process (worst for optimization)

- Check requirements every frame/few frames (good)

- Check based on the requirement needed - e.g. if its an item req. will only update the tracking whenever an item is added/removed (best)

It checks whenever an item is added/removed or other relevant property is changed.