Hi if i have custom material for GUI particlefx, where to set the material to the particlefx?
I have tried several things:
- On the
.parficlefxsetting the material, it is shown on the editor but on runtime it revert back to the default material - On the
.guifile, setting the material on the node material option, also doesnt work (even if the material is set to the defaultparticlefx.material, the particlefx just doesn’t rendered)
I’m using defold 1.11.1
Thank you