当我们设置 Unity 粒子系统(Particle System)的 Shape 里的贴图属性 (Texture) 的时候, 有时会出现如下报错

Ensure Read/Write is enabled on the Particle System's Texture

[Unity] Unity粒子系统报错: Ensure Read/Write is enabled on the Particle System's Texture.

 

 而这个错误的意思是: 确保在粒子系统的纹理上启用“读取/写入”

所以我们选择这个纹理图片设置它的属性, 点击选择  Read/Write Enabled 这个选项, 然后应用 (Apply) 即可.

[Unity] Unity粒子系统报错: Ensure Read/Write is enabled on the Particle System's Texture.

 

 问题完美解决~~

相关文章:

  • 2021-10-29
  • 2021-12-19
  • 2021-07-23
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
猜你喜欢
  • 2021-09-08
  • 2022-01-07
  • 2022-01-19
  • 2021-10-12
相关资源
相似解决方案