Coroutine stops when Time.timeScale = 0
I have a coroutine that smoothly changes a variable in my UI, but when I pause the game, the coroutine pauses too. How can I fix that? Code: using UnityEngine; using System.Collections; public c...