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.
First of all, here’s my setup:
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.
That’s the texture. Mostly white. Tried multiply, no difference.
Default Template - Copy.zip (196.7 KB)
… 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.
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.