Hi, I have main.collection → go → particlefx → emitter, some label:
in editor, I see it with play:
, but in build it is not visible:
No errors. Defold version latest, Win10.
Tried with another1 without any changes and it is the:
Hi, I have main.collection → go → particlefx → emitter, some label:
in editor, I see it with play:
, but in build it is not visible:
No errors. Defold version latest, Win10.
Tried with another1 without any changes and it is the:
You need to call particlefx.play(url,emitter_state_function) for the emission to start
Found it in docs, but just confused, because works in the editor.