Skip to main content

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

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.