Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Lit shader

A topic by 78Star created Jun 04, 2023 Views: 243 Replies: 5
Viewing posts 1 to 3
(1 edit)

Hi again! Almost done with my demo, I just need a lit shader for my texts. Looked under shader folder to no avail. Also tried set Lighting On in shader to no avail XD. Would this be easy to accomplish?

Developer

Hey! Does this work for you? https://pastebin.com/Dy04z8F5

It's a surface emission shader for STM that hooopefully still works... but I know it's possible to edit the current shader to use albedo instead of emission if that would be better, I could try an edit of that tomorrow.


The included shaders are just unlit so modifying it will be required

Unfortunately didn't work. I should have mentioned I am using URP, 2022LTS.

Developer

Okay yeah, URP/HDRP is a different beast entirely... shaders meant to support URP are currently being worked on, but just unlit for the time being. I'll as the contractor about lit text

Thanks! Keep me informed, I will look into a work around in the mean time.

Upon testing using lit shaders instead of unlit shaders, I am going with unlit. Makes them pop out more in-scene.