We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot version:
3.1 alpha 2893b5a 3.2.2
OS/device including version:
Win10 64-bit
Issue description:
A tool script can prevent the revert / reset options from appearing on certain export vars.
Steps to reproduce:
Minimal reproduction project:
The easiest to notice is the integer variable. Changing it doesn't offer a reset. Removing the tool keyword and reloading will fix the issue.
tool
3.1 Cannot Reset Export Vars.zip
The text was updated successfully, but these errors were encountered:
Might be related to #33611 somehow.
Sorry, something went wrong.
Can't reproduce in 4.0 There an opposite issue now #62363
No branches or pull requests
Godot version:
3.1 alpha 2893b5a
3.2.2
OS/device including version:
Win10 64-bit
Issue description:
A tool script can prevent the revert / reset options from appearing on certain export vars.
Steps to reproduce:
Minimal reproduction project:
The easiest to notice is the integer variable. Changing it doesn't offer a reset. Removing the
tool
keyword and reloading will fix the issue.3.1 Cannot Reset Export Vars.zip
The text was updated successfully, but these errors were encountered: