Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Godot DotEnv ClassA simple implementation of DotEnv. Allow usage of .env file in godot. Also retrieve OS Environment Variable if available.UsageAdd `/godotenv/scripts/env.gd` to Autoloader.Retrieve Environment Variable by`var env_var = get_node("/root/env").get("ENV_VAR")`
Godot DotEnv Class
A simple implementation of DotEnv. Allow usage of .env file in godot. Also retrieve OS Environment Variable if available.
Usage
Add /godotenv/scripts/env.gd
to Autoloader.
Retrieve Environment Variable by
var env_var = get_node("/root/env").get("ENV_VAR")
Godot DotEnv Class
A simple implementation of DotEnv. Allow usage of .env file in godot. Also retrieve OS Environment Variable if available.
Usage
Add `/godotenv/scripts/env.gd` to Autoloader.
Retrieve Environment Variable by
`var env_var = get_node("/root/env").get("ENV_VAR")`
Reviews
Quick Information
Godot DotEnv ClassA simple implementation of DotEnv. Allow usage of .env file in godot. Also retrieve OS Environment Variable if available.UsageAdd `/godotenv/scripts/env.gd` to Autoloader.Retrieve Environment Variable by`var env_var = get_node("/root/env").get("ENV_VAR")`