ItsKorin / Godot-Post-Process-Plugin

A simple godot 4.2 plugin that adds shader based "post processing"
MIT License
257 stars 18 forks source link

Vignette scene blocks mouse input #1

Closed HalfHeardGames closed 7 months ago

HalfHeardGames commented 7 months ago

Version: 0.0.4 Simple enough to fix, but the vignette scene's data note is set to mouse_filter STOP by default, which blocks all mouse input. Took me a little while to figure out what was going on. Since the vignette is usually on top of everything, it should definitely not be set to "STOP" mouse input. Please change to "ignore" or at least "pass" to correct the default setting.

ItsKorin commented 7 months ago

Sorry for responding so late. i actually ran into the same issue this week while adding UI to my own game that i use my addon/plugin in.

I Will release the fixed version in next 5 to 10 hours since i just woke up.

The Github release releases faster than the Godot Asset Store one, since the Godot Asset Store asset takes around 10 hours to update by itself.

Thank you, and the release should be ready soon!

ItsKorin commented 7 months ago

Issue fixed with v0.0.5 Have fun!