Last active
August 6, 2018 13:05
-
-
Save smkplus/aa99da77359a951e82be326041cefb93 to your computer and use it in GitHub Desktop.
Shaderlab_Errors_Solution_Unity.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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