Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Admin(+1)

Environment variables are inhered by sub processes. Although there may be global environment variables, if a program launches a sub program with an environment, you will not be able to read those variables in an unrelated program’s environment.

thank you so much for the clarification.

I’ve got smooth “login with itch” functionality going on the game now, very happy!