Cartoon Vertex Color Shader
Last updated
Was this helpful?
Last updated
Was this helpful?
[ABOUT] This package presents a shader that was created to work with the 3D model vertices color and with the diffuse texture. So the workflow does not necessarily require the creation of a UV-mapping and a texture. All you need to do is to attach the necessary color to the model vertices in any 3D editor. Yet you can create a diffuse texture for more detailed models or when it's easier to convey details using texture. Such a simplified workflow is to hasten the developing and prototyping of your games. N. B.! The shader works with one directional light only. The color and intensity don't matter, only its ray tilt angle does. So you won't be able to create scenes with complex lighting (with two or more light sources or night scenes) [OPTIMIZATION] The shader is optimized for mobile apps projects and multiple usage of only one material for different models will allow you to reduce render passes in Unity. You also save your time and reduce project size as there is no need to create textures.