Example Use Case: You have a custom pause screen, but the flames will keep running if you do not pause them.
How to implement:
- Call FlameEngine.instance.PauseFlames() to pause
- Call FlameEngine.instance.ResumeFlames() to resume
Example Use Case: You have a custom pause screen, but the flames will keep running if you do not pause them.
How to implement:
One thought on “Pause the flames through script”
Add namespace Ignis to your pause script. Also my pause with Time.timeScale = 0 was working. With this solution or timeScale the flame still moves a little.