GUI flickering when moving scrollbar in my scrollview

Hello,

I have my GUI for crafting in a hierarchy like this:

CanvasGUI

  • CraftPanel
    • CraftTargetPanel
      • Scroll View
        • ViewPort
          • Content
            • Buttons with Images

It Looks perfect, but when I move the scrollbar, the Buttons flicker a lot and Show large font stuff?
The Buttons are dynamically added by using a button prefab.

Any idea how to get rid of this Problem?

Thanks a lot and have a nice Weekend,

Firlefanz

What version of Unity are you using? The flicker issue has been addressed in 5.3.2p1.

1 Like

I have it in 5.3.2 that I installed today. But in 5.3.1 it was the same.

Is it 5.3.2f1 or 5.3.2p1?

5.3.2.f1.

I am trying the patch now, thanks.

1 Like

That fixed it! Thanks :slight_smile:

1 Like