Xerios / ScreenManager

Flexible way to manage screens with transitions for Unity
MIT License
563 stars 69 forks source link

Simple tween screen script is buggy #14

Open guizmo01 opened 5 years ago

guizmo01 commented 5 years ago

This issue only happens the first time you have tween the screen.

It seams to flicker a little bit first.

Not sure if anybody else has noticed it.

ABHIJEET-SRIDHAR-M commented 2 years ago

Hi, I faced the same Issue - It doesn't happen the first time, but every time I think. Have a look at this short video - Here every screen is a tweened screen. You can notice the flicker clearly every time there's a vertical layout group in the screen.

https://user-images.githubusercontent.com/25106770/164755795-7920bd24-0e19-4390-8ff6-69b3ea59d476.mp4

danieldownes commented 1 year ago

I suggest use a offical Twean library, like LeanTween or HotTween. The one built in is only for demo purposes.