BrokenVector / LowPolyShaders

Unity shaders optimized for Low Poly models.

Home Page:https://www.assetstore.unity3d.com/#!/content/85262

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low Poly Shaders

Shaders optimized for Low Poly models. These are simple shaders which need less draw calls than the default shaders.

How do they work?

Instead of doing the texture lookup's in the fragment/pixel stage they are doing it in the vertex stage. So the texture lookup is only made once for every vertex instead of once for every pixel on that object (per vertex texture lookup's).

Contents:

  • PBR Shader (like the Unity Standard Shader)
  • Unlit Shader
  • Example Scene

About

Unity shaders optimized for Low Poly models.

https://www.assetstore.unity3d.com/#!/content/85262

License:Apache License 2.0


Languages

Language:ShaderLab 100.0%