Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Main text seems to disappear when using dropshadow?

A topic by slimefriend created Oct 14, 2022 Views: 120 Replies: 2
Viewing posts 1 to 2

I’m not sure how much info I can give, but I’m finding when I convert my canvas to world space if I have text with a Shader of STM/Unlit/Dropshadow (or STM/UI/Dropshadow) the actual drop shadow shows up, but the main text doesn’t. Do you have an idea of why this might be happening? I had been seeing this kind of behaviour before, but it seemed sporadic and only limited to the Editor window so I ignored it.

Developer

Are you using HDRP/URP with your project? STM's dropshadow and outline shaders still aren't natively supported in-editor (due to URP/HDRP not supporting multi-pass shaders...), so this script can be used instead: https://pastebin.com/wWv49mgG

ah true, that explains it. thank you!