SkillAgentSearch skills...

LowPolyShaders

Unity shaders optimized for Low Poly models.

Install / Use

/learn @BrokenVector/LowPolyShaders
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

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
View on GitHub
GitHub Stars191
CategoryDevelopment
Updated1mo ago
Forks18

Languages

ShaderLab

Security Score

100/100

Audited on Feb 19, 2026

No findings