env
env copied to clipboard
Use .env files in your Unity projects.
Here's a suggestion for how to handle that case instead of throwing the exception. It does mean you might make a build with out of date env values. But odds...
Rather than throw an exception when it discovers an existing env.txt file, maybe just remove it? Or maybe just throw a warning rather than a build halting exception. Or maybe...
       
Hi! I noticed your parsing code throws an exception on Windows machine since the NewLine is a two-character string. This change should fix that issue! Thank you!
Heya, thanks for this nifty package, has been pretty helpful so far for easy machine-specific configurations. One issue I encountered was that this package does not actually place the .env...