
This package contains a set of shaders that allow you to seamlessly change the palette of sprite assets without the need for having multiple large sprite assets.This Asset will only work on universal SRP if you do not open it in a universal SRP project the shaders will fail to compile or render incorrectly. I have denoted such in the compatiblity section.This Package Includes several shaders that allow you to quickly swap the palettes of a sprite via shader in order to avoid having to have multiple files for sprites that you wish to change. The package includes shaders that support palettes up to 1024px * 1px. The asset is free to use for all types of projects including commercial.If you have any additional questions please reach out to me via email!The shader works by sampling the pixel of the source image and comparing it to a provided palette image and replacing the matching pixels with a secondary palette image. It can be very useful to quickly change the materials on a sprite without needing hundreds of files for each of the color variations. It was created from the sprite lit default version of the URP pipeline and should support all the same features that it does in addition to the palette swap feature.