Replies: 1 comment 1 reply
-
We should fix the bug, so that we don't need to add a Refresh button. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a plugin that modifies key bindings in ProjectSettings. Here is a snippet of the relevant GDScript to give you an idea.
So in the plugin note how any changes I make don't update until the third image. In the third image, I toggle "Show Built-In Actions" to force the menu to refresh changes.
Under the action "Bacon", "Mouse Wheel Up" gets replaced with "Middle Mouse Button" after I do this toggle.
Maybe asking for a way to refresh all ProjectSettings from a script with a single function may be asking too much, but I think having some kind of refresh button in the editor or functions for specific settings would be reasonable (in particular, the input maps).
What do you all think?
Beta Was this translation helpful? Give feedback.
All reactions