Remove references to compiled GDScript in export #71752
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This feature was removed from GDScript so it should not be present on the interface nor in the saved export presets.
Closes #59241
Also removed mentions for encrypted scripts since those are obsolete now that you can encrypt any resource.
Note: The name of the feature may be misleading, since scripts are not "compiled" when this option was selected (in 3.x), it simply stores a binary version of the tokenized file (more details on the linked issue) that helps only a bit for faster loading. There's a plan to store actual compiled files on the exported project, which will be superior in many ways, but unfortunately will not be available in the 4.0 release.