Particle fx not visible? (SOLVED)

First of all, here’s my setup:


For some reason, the animation won’t show in the editor, nor in the game.

In the init() of paper_particles script is:

particlefx.play("#paper")

No complains by the engine, but no particle fx either.

Is the texture dark/black? Try setting the Blend Mode to multiply? What does the texture look like? Upload a simple project and I can take a look.

1 Like

Rando_obj

That’s the texture. Mostly white. Tried multiply, no difference.

Default Template - Copy.zip (196.7 KB)

Tested texture, it’s not that, looking at your project now.

I changed it back to add in your project and it works?

… sigh. I’ll do some digging.

Just to clarify, it worked for you without you changing anything?

Correct, simply changed the blending mode to add makes the particles show up when you run the project you uploaded.

1 Like

Hmm… It didn’t work on add, so I deleted the particlefx in the project and added the animation in again.

It works now. Much appreciated @Pkeod.

1 Like