YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Environment variable files #3784

Open iampremo opened 1 year ago

iampremo commented 1 year ago

Feature Type: feat_addition_ide Description: I would like the ability to define a .env file, such that I can put project level environment variables inside of it. Benefit: This would allow me to define environment variables on a project level such that when working along with other developers using source control, particular things like directory paths may be defined for each developer, keeping the git branch clean. Link:

tinkerer-red commented 1 year ago

alternatively you could gitignore a file, or simply treat it the same way as a regular save file for testing purposes. But i do believe we could benefit from this.