Search code examples
unity-game-engineparticle-system

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


Solution

  • Error because your image has not been marked as enabled

    Here's how to fix it

    example image

    Hope you will fix your mistake