Hi,
i have a first person setup on my unity android game. Ive added a particlesystem. When i look at it the performance is good (60 fps) but when i stand in it, the performance goes down (18fps). Do you know why?
Thank you.
Hi,
i have a first person setup on my unity android game. Ive added a particlesystem. When i look at it the performance is good (60 fps) but when i stand in it, the performance goes down (18fps). Do you know why?
Thank you.
Fill rate problem, reduce particle renderer max size so that the particles don’t get too big when viewed close.
Thank you!