Hi!
I'm having a very basic problem.
I'm using TweenScale on an object and I've set its ignoreTimeScale to true.
Everything works fine when game is not paused, but when I set timeScale to 0, Tween simply does nothing.
From what I understand it should work indepedently from timeScale...and btw. seems that default for ignoreTimeScale is true, so need to set it explicitly.
What am I missing?