Unity shader error: “Too many texture interpolators would be used for ForwardBase pass”

解决方法:
CGPROGRAM 下加一行:#pragma target 4.0
示例如下:

Unity shader error: “Too many texture interpolators would be used for ForwardBase pass”

Ref: https://www.cnblogs.com/alps/p/7101092.html

相关文章:

  • 2021-11-15
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2021-08-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案