渲染时出现警告:
// Warning: [Redshift] Mesh chuan27528Shape is instanced and uses adaptive tessellation, which isn't supported. Disabling tessellation. If you need tessellation, please use fixed tessellation settings: i.e. disable 'screen space adaptive' and set 'min edge length' to zero to force a maximum tessellation level //
结论:不影响渲染,但是报错的模型的细分会出现问题(如果不是必须要细分就可以忽略)
解决方案1:
在材质出rs代理之前,对需要细分的模型的设置如下,然后导出的代理就不会报错了
解决方案2:
在灯光文件中,找到报警告的模型,进行以下两步设置也可以解决,但每一个涉及该模型的灯光文件都需要设置
选择模型设置
找到该模型的代理属性,设置下边的这样即可