KoBeWi / Godot-Palette-Swap-Shader

A palette swap shader with animation support and easy setup
https://godotengine.org/asset-library/asset/1444
MIT License
63 stars 3 forks source link

When using Godot's HDR mode, the addon doesn't work #10

Open tayete opened 5 months ago

tayete commented 5 months ago

I started working with Godot's 4.2 HDR feature which can be activated at the Project Settings. It is needed to use within Godot, post-processing features such as Glow, and other light based effects.

When using the Palette Swap Shader and having activated the HDR, some colors use the new palette loaded by the addon, while others don't, creating an unpleasant and unwanted effect.

KoBeWi commented 5 months ago

I did a simple test and just enabling HDR in the project messes colors of many textures, which is what I'd assume is causing problems with the addon. I don't know how it can be fixed.