Unity 报错解决方法:Standard Shader Invalid Subscript uv2 error

Posted wolf96

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unity 报错解决方法:Standard Shader Invalid Subscript uv2 error相关的知识,希望对你有一定的参考价值。

It is not anything to do with you. There is a problem with the UNITY_PASS_META not being defined properly on import or when a shader gets recompiled in 2018.1.

To "fix" it, you can right click the shader and click Reimport. However you'll have to do that everytime you change that shader : (

 

https://www.reddit.com/r/Unity3D/comments/8kjzdf/standard_shader_invalid_subscript_uv2_error/

以上是关于Unity 报错解决方法:Standard Shader Invalid Subscript uv2 error的主要内容,如果未能解决你的问题,请参考以下文章