Skip to content

Instantly share code, notes, and snippets.

@smkplus
Last active August 6, 2018 13:05
Show Gist options
  • Save smkplus/aa99da77359a951e82be326041cefb93 to your computer and use it in GitHub Desktop.
Save smkplus/aa99da77359a951e82be326041cefb93 to your computer and use it in GitHub Desktop.
Shaderlab_Errors_Solution_Unity.md
Shader error in 'Example': Too many texture interpolators would be used for ForwardBase pass (11 out of max 10) at line 9
solution: use #pragma target 3.5 or greater
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment