You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue happens using onUpdate w/out onEmit at emitter configuration
Expected: emitter particles should only display at green circle (emitting spot)
Unexpected: emitter particles displaying at red circle (out of emitting spot)
You can provide either one or both functions. The onEmit is called at the start of the particles life and defines the value of the property on birth. The onUpdate function is called every time the Particle Emitter updates until the particle dies.
The text was updated successfully, but these errors were encountered:
Hi @urueda. Thanks for submitting this issue. @samme has submitted a PR to fix this and we've merged it to the master branch. It will be part of the next release. Do test it out and let us know if you encounter any issues.
Hi @urueda. Thanks for submitting this issue. @samme has submitted a PR to fix this and we've merged it to the master branch. It will be part of the next release. Do test it out and let us know if you encounter any issues.
As the issue is exposed @ Sandbox ... might I suggest that the sandbox also includes the master branch version ? Probably that would benefit everyone, specially when testing is a concern. Thanks
UPDATE: tested through the Dev Build @ Sandbox and issue is fixed. Should also be merged into Phaser 4 as Beta versions got the issue too at the sandbox example.
The text was updated successfully, but these errors were encountered: