Skip to content
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

Godot 4: variable from members' window doesn't get its type updated correctly in the Visual Script canvas #58035

Closed
archerallstars opened this issue Feb 12, 2022 · 2 comments

Comments

@archerallstars
Copy link

Godot version

v4.0.alpha2.official [79077e6]

System information

Windows 11, Vulkan Clustered, Intel UHD Graphics 620 v30.0.101.1340

Issue description

In Godot 4, the variable from the members' window (script variable) doesn't get its type updated correctly as shown in the screen recording below:

2022-02-12.19-56-20.mp4

I expect the variable's PropertyGet node to show its type correctly.

Steps to reproduce

  1. Create a variable in the members' window.
  2. Drag the variable to the script canvas.
  3. Try to change the property in the inspector's window, the variable type will not be updated at all if the property belongs to the script.

Minimal reproduction project

No response

@KoBeWi
Copy link
Member

KoBeWi commented May 26, 2022

Can't test, because Script Variables don't appear in 08e540a :/

@KoBeWi
Copy link
Member

KoBeWi commented Sep 17, 2022

VisualScript was removed in Godot 4.0, so closing.

@KoBeWi KoBeWi closed this as completed Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants