-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
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
The Script property appears doubled in the Remote inspector #51077
Comments
Are you referring to the |
app_userdata
Sorry. By clearing the cache, I meant removing the project's file at this location: And to clarify, I also meant that this didn't help. Not that it was a necessary step to reproduce the issue. |
app_userdata
I can confirm this on v3.4.beta.custom_build [d22f487]. If you create a new GDScript for either of those properties, both properties will appear to have the script resource assigned at the same time. They also both appear to be selected at the same time: |
I just noticed this bug in 3.4-stable, Standard version (Linux). I did some manual bisecting of releases and can tell you this regression was introduced in 3.2.4.beta2. I'm embarrassed I didn't notice this much earlier. Here's a screenshot of 3.2.4.beta1 and 3.2.4.beta2. Looks like in beta2 somebody removed the "Script" header, and now the duplicated "Script" properties for a node display together. I'm not sure why a node has (had!) a separate "Script" section when it already had a script property within its Node section. Maybe the person who made the change was trying to resolve that duplication. In any case, from 3.2.4.beta2 forward we now have those duplicate script properties over/under each other, confusingly. |
Indeed, the Script group was removed in #43566. |
I have tested and can confirm this issue is present at least since 3.0. The inspector gets the properties from an object using the The properties retrieved from the I can see a two ways to fix this:
I'm not sure which option is preferred. Note: |
Godot version
v3.4.beta2.official
System information
Windows 10
Issue description
The script property doubles in the inspector when running the app and selecting 'remote'. Is present on all nodes, in every project, in a new project, after clearing the cache at User/AppData/Roaming/Godot/Projects.
Steps to reproduce
Create a new, simple, runnable project. Run it and go to the 'Remote tab'. Select any node. In the inspector, the 'script' property is doubled. Occurs both in 3.3.2 and 3.4.beta2.official.
Minimal reproduction project
Test_3_4.zip
The text was updated successfully, but these errors were encountered: