Skip to main content

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

Different question, just curious but is there a way to hide the progress bar from view? A few achievements i have i want to keep hidden.  i read over the stuff provided but i didn't see any mention of hiding it. unless im blind which happens much too often

There isn't a built-in option for it, but you're welcome to edit the code. That said, it sounds like you just want a regular achievement and you can track progress yourself via a persistent variable, and grant the achievement when it meets your threshold.