mob-sakai/ParticleEffectForUGUI

Particles are not active in pause game state.

redeye001 opened this issue · 3 comments

Hello bro,

  • I am very grateful for the system you shared, it works very well and is very useful for me, however I am having a problem with pausing the game and your effects are also stopped and not working.
  • I am making a window in the game pause screen that shows an effect using particles. However the particles are not working with your plugin.

Thank you for your reporting!

Set ParticleSystem.deltaTime to Unscaled.

2024-08-14.20.59.41.webm

https://docs.unity3d.com/Manual/PartSysMainModule.html

Delta Time Choose between Scaled and Unscaled, where Scaled uses the Time Scale value in the Time window, and Unscaled ignores it. This is useful for Particle Systems that appear on a Pause Menu, for example.