project.godot converted to project.binary on export when ProjectSettings.editor/export/convert_text_resources_to_binary
is set to false
#90981
Milestone
Tested versions
System information
Godot v4.2.1 - Windows 10.0.22631 - Vulkan (Mobile)
Issue description
The documentation for
ProjectSettings.editor/export/convert_text_resources_to_binary
states the following:This setting works as expected for all other text-format files; however, project.godot is always converted to project.binary on export, regardless of this setting, which does not match the documentation.
Note that it is still possible to export project.godot to the .pck using Export Filter options during the export process; however, project.binary will always be included, regardless of filters, and takes priority over project.godot during initialization.
Steps to reproduce
Minimal reproduction project (MRP)
For convenience, this project includes a script to print all files in "res://" to the debug console.
PCK_Test.zip
The text was updated successfully, but these errors were encountered: