File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
engine_details/development/compiling Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,17 @@ Step by step
6161
6262 $env:SCRIPT_AES256_ENCRYPTION_KEY="your_generated_key"
6363
64+ Note that the commands suggested above do **not ** persist the variables
65+ across terminal sessions.
66+
64673. Compile Godot export templates and set them as custom export templates
65- in the export preset options.
68+ in the export preset options. If the environment variable is set correctly,
69+ the following message is printed at the beginning of compilation:
70+
71+ ::
72+
73+ *** IMPORTANT: Compiling Godot with custom `SCRIPT_AES256_ENCRYPTION_KEY` set as environment variable.
74+ *** Make sure to use templates compiled with this key when exporting a project with encryption.
6675
67764. Set the encryption key in the **Encryption ** tab of the export preset:
6877
You can’t perform that action at this time.
0 commit comments