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

Tileset: Clicking anything when there is shader attached to tile prompt shader editor #72262

Closed
seppoday opened this issue Jan 28, 2023 · 2 comments · Fixed by #73381
Closed

Comments

@seppoday
Copy link

seppoday commented Jan 28, 2023

Godot version

4.0 beta 16

System information

Windows 11

Issue description

There are shaders on alternative tiles. Clicking anything or trying to paint stuff on tile (in this example modulate) ends with the opening shader editor.

PS: Reloading project helps.

Godot_v4 0-beta16_win64_1hkaEriocx

Steps to reproduce

Add shader to tile and try using paint tool on that tile.

Minimal reproduction project

@akien-mga
Copy link
Member

CC @KoBeWi @groud

@KoBeWi
Copy link
Member

KoBeWi commented Jan 28, 2023

Somewhat similar to #70705
Clicking the tile brings up the inspector for that tile and switches to shader editor. It will stop doing that once you fold the property.

Maybe a solution to both these issues could be automatically folding the resources when inspector is updated? This would mean that you'd have to manually unfold the resource every time you want to edit it; it would no longer happen on node switch etc. idk what else can be done 🤔

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

Successfully merging a pull request may close this issue.

3 participants