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

Visual Shader Editor UniformRef Node has a "Redefinition of 'uniform node here' error #63021

Closed
NothingAnimated opened this issue Jul 15, 2022 · 3 comments

Comments

@NothingAnimated
Copy link

NothingAnimated commented Jul 15, 2022

Godot version

v3.4.stable.mono.official[206ba70]

System information

Windows 10, Amd Rx 570, I3 cpu, GLES3

Issue description

When Using the UnformRef node in godot for some reason you get a Redefinition error
I checked over the code and yes for some reason the uniform is redefined in the code which is odd because I just expect it to reference the uniform with name only.
image

Steps to reproduce

-Make a new visual editor resource
-Add in a uniform node and name it
-Add a UniformRef node and in the drop down select the uniform node

Minimal reproduction project

VS problem.zip

@Chaosus
Copy link
Member

Chaosus commented Jul 15, 2022

Yeah, seems like it broken for 3.x branch for some reason, in 4.0 it works correctly.

@Chaosus Chaosus added this to the 3.x milestone Jul 15, 2022
@NothingAnimated
Copy link
Author

Ok, glad to know this is working on godot 4.0
thanks

@akien-mga
Copy link
Member

Fixed by #63105.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants