So, I have an issue, that usually only occurs on devices, and usually lower end ones (but very occasionally on decent ones).
Logically, as far as the variables are concerned, the tween has finished. If I try to log the values of what is going on under the hood, the tween thinks it did it's job. However, on screen, not so much.
For example, I have some popups that do one of two things. One of them, when it is shown it tweens in from off screen. So it descends from above, and then does a slight bounce and rests in the center of the screen. But sometimes, the popup doesn't visually make it all the way down. It's just stuck half way on the screen. If I turn the screen off/on, then it is in the correct place. Mind you, I run no logic or code for OnApplicationPause/Resume that would affect positions at all. And also note, that I have even logged the variables.
I am seeing similar behavior with a new project, but these popups do a scale from 0=>1, but sometimes, for some reason, they only make it half way, and just appear on screen at about 0.25f instead of 1.0f.
Has anyone ever experienced this before?
Does my description make sense?