Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unity Ensure Read/Write is enabled

I new to Unity.

Can some one tell me what this error mean

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

enter image description here

Particle system need to play on start but sometimes work(play effect) sometimes not. Thanks

like image 648
Jovan Avatar asked Aug 08 '18 12:08

Jovan


2 Answers

Error because your image has not been marked as enabled

Here's how to fix it

example image

Hope you will fix your mistake

like image 136
Thịnh Đào Avatar answered Nov 09 '22 04:11

Thịnh Đào


I've got the same error, but with a different reason, so I'd like to share to help others that can get stuck in the same situation:

Cause

  1. I was using a Cone shape for particle emission (Shape tab)
  2. By my own mistake, I selected Texture Default-ParticleSystem
  3. I don't know exactly why, but these Unity Default textures always cause the discussed error
  4. In this case it's tricky to find, because Unity doesn't clearly tell which texture is wrongly set (from the Render tab or from the Shape tab).

Example of wrong particle setting

Solution

  1. I've just removed the Shape Texture setting it to "None" then the error disappeared
like image 11
Tarcisio Júnior Avatar answered Nov 09 '22 04:11

Tarcisio Júnior