Particle System do not work under FAST snapshot rendering

Please let me know if I am using it incorrectly or if this feature is not supported.

I checked the documentation but could not find any mention of the combination of ParticleSystem and snapshot rendering.

repro: Babylon.js Playground

Thank you for maintaining this great framework!

cc @AlitarSemiramis

Looking!

Hey @syuilo ! This is by design, particles are not supported by FAST snapshot rendering, but I have been investigating, and adding support for CPU particles is similar to the current support we have for SpriteRenderer, so I have a PR out for this:

Add CPU particle system support to FAST snapshot rendering by VicenteCartas · Pull Request #18407 · BabylonJS/Babylon.js

Thank you for quick implementation!

I’m looking forward to the release!