RetroSuite3D icon indicating copy to clipboard operation
RetroSuite3D copied to clipboard

posterize effect not working in build

Open viylouu opened this issue 2 years ago • 1 comments

i have no idea why but everytime i build my game the posterize effect gets disabled, same with dither

viylouu avatar Nov 27 '23 17:11 viylouu

The shader "Oxysoft/Posterize" gets stripped from the build because it is loaded through code. You need to include it in Project Settings -> Graphics -> Always Included Shaders to prevent it from being stripped.

virtualboys avatar Jan 23 '25 05:01 virtualboys