How to get GPU or CPU particles when using ParticleHelper.ParseFromFileAsync

There are some limitations with the GPU particle systems (see the doc) and sometimes they behave differently than the CPU particle system (see GPUParticleSystem EmitRate Zero Bug for your problem with the emission rate), so sometimes you can’t simply switch from one to the other, you may need to adjust some parameters in the process.

2 Likes