今天体验了一下Unity的新版本2019.2.0b1,在使用Shader Graph的时候,发现材质球始终无法显示出来,而且还有一行红色提示信息“The Current render Pipeline is not compatible with this master node”,如下图所示:
关于Shader Graph材质球无法显示的问题
需要进行以下设置:
1、从Package Manager中下载Lightweight RP插件;
2、在Asset文件夹中,从右键菜单选择 Create -> Rendering -> Lightweight pipeline asset;
3、从编辑器的菜单中选择Edit -> Project Settings -> Graphics,并且把第二步创建的文件拖拽到Scriptable Render Pipeline Settings内(或者直接点击选择)。

之后就可以进行正常操作了。 :)

相关文章:

  • 2021-10-31
  • 2021-11-29
  • 2021-12-25
  • 2021-06-04
  • 2021-12-06
  • 2022-02-02
  • 2021-08-12
猜你喜欢
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-01-10
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案