Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ah, I completely forgot to code this exception, sorry!

I can see what it's doing here, for the outline of the quad, it's using the UV data of the quad correctly, but grabbing the font texture, rather than the quad texture.

Here, I've coded an update that gets the right submesh data for quads: https://pastebin.com/wWv49mgG

Unfortunately, the outline generator script effects the whole mesh at the moment, unlike the text shaders. I might look into changing this if the shaders don't get finished shortly, though. (I think I can store the data in a UV channel, future Kai reading this...)

Looks like I'm still getting the same result. Was the pastebin updated? It looks the same to me.

...Okay, I must have made a mistake when copy/pasting, so here it is again: https://pastebin.com/wWv49mgG

Sorry about that!

That works! Thanks for your help!