godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.79k stars 3.07k forks source link

Image for docs 3.5 and 3.6rc for Export scripts not accurate. #9673

Open ondesic opened 1 month ago

ondesic commented 1 month ago

Tested versions

I have tested in 3.5.stable to 3.6rc1 for mono.

System information

Windows 11

Issue description

I wanted to encrypt my scripts so I looked up the documentation for 3.5 and 3.6. They show this picture: Screenshot-2024-07-29-095202 It says "Script Export Mode". This led me to believe I could encrypt my C# scripts.

However, in the Project|Export menu of the actual editor under the "Scripts" tab it shows: Screenshot-2024-07-29-064216 Which says "GDSript Export Mode".

If Godot 3.x only encrypts GDScript files, the documentation should show the correct Editor screenshot. If it can encrypt all scripts, the Editor's labels need to reflect that.

Steps to reproduce

Compare 3.5 editor to documentation.

Minimal reproduction project (MRP)

No repo needed.

timothyqiu commented 1 month ago

"GDScript Export Mode" is the correct one: https://github.com/godotengine/godot/pull/49875

The screenshot in the documentation is outdated.