Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So in our game about self-discovery, we have an MC talk to an alternate version of themselves in their mind. We did this by having the same sprite for both but making one red using Unity's option to tint.

I also made an object that shakes with a Trail Renderer to put over the alt MC's face, so instead of seeing her face, we just see scratches happening in real-time. This is also done fully with code/Unity's capabilities. But we are unsure if it is completely legal...


(+1)

I think this is a really good use of the limitation of the only one sprite :)

If the object with the Trail Renderer doesn't use a texture (so it's fully code) OR uses a texture that comes bundled with Unity by default this is fully legal.

It uses Unity default materials only. So we're good.