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
mob-sakai
changed the title
🔍 FAQ: Why are my particle effects not displayed correctly?
🔍 FAQ: Why Are My UIParticles Not Displayed Correctly?
Nov 21, 2023
If
ParticleSystem
alone displays particles correctly butUIParticle
does not, please check the following points:UI/Additive
orUI/Default
.UIParticle
is maskable.UI/Additive
orUI/Default
)Mask
orRectMask2D
component properly.Scale
value.Auto Scaling
option.Emission
module andMax Particles
of ParticleSystem properly.Position Mode = Relative
, particles are emitted from the scaled position of the ParticleSystem, not fromthe screen point of the ParticleSystem.
Position Mode = Absolute
.UIParticle
to the same object asParticleSystem
Transform.localScale
will be overridden by theAuto Scaling
option.ParticleSystem
underUIParticle
.Transform.localScale
contains 0, rendering will be skipped.ParticleSystem.renderer.Min/MaxParticleSize
.The text was updated successfully, but these errors were encountered: