When render type is set to Points or Multipoint and Line Smoothing is turned on, the point size is limited by the graphics card on your system. Please see the hardware specifications of for your graphics card.
You cannot use the worldVelocity attribute as an aim direction for instances.
Workaround
Keep the particle transform as the identity and use the velocity attribute.
Workaround
Seed the random number. For example, if(frame < 2) seed(1).
A particle rendered “as transparent” shows up differently if line smoothing is on vs. when it is off, even with identical opacity values.
Workaround
Add an opacity attribute to the particle shape. (This doesn't hurt if you are turning geometry masking on, since all particles are transparent anyway.) Tune the opacity value to get the look you want.
Workaround
If Particle A is emitting Particle B and Particle A has any animation on it, either with fields or emission, the positions of the emitted Particle B particles will not be correct if Particle A is hidden.
Workaround
Keep Particle A visible, but give it an opacity attribute with a value of 0.
Expression on “active” attribute may cause evaluation failure in rigid solver
Workaround
Key the active attribute using the menu items provided for that purpose.