Page 2 of 2
Re: Bubble Subtitle: Small bubble appears before resizing
Posted: Thu May 20, 2021 11:16 am
by Tony Li
Hi,
Try unticking the Standard UI Subtitle Panel component's Clear Text On Close checkbox.
Re: Bubble Subtitle: Small bubble appears before resizing
Posted: Thu May 20, 2021 11:26 am
by EatAllTheGames
Tony Li wrote: ↑Thu May 20, 2021 11:16 am
Hi,
Try unticking the Standard UI Subtitle Panel component's Clear Text On Close checkbox.
That did it! It's actually difficult to tell what looks better, the small bubble as the bubble disappears, or the fading out.... one to consider
Thanks for all the help
Re: [Solved] Bubble Subtitle: Small bubble appears before resizing
Posted: Thu May 20, 2021 11:29 am
by Tony Li
You could change the animations to grow and shrink the bubble if you like that better than fading in/out. To grow, animate the bubble panel's local scale from (0,0,0) to (1,1,1).
Re: [Solved] Bubble Subtitle: Small bubble appears before resizing
Posted: Thu May 20, 2021 11:39 am
by EatAllTheGames
Tony Li wrote: ↑Thu May 20, 2021 11:29 am
You could change the animations to grow and shrink the bubble if you like that better than fading in/out. To grow, animate the bubble panel's local scale from (0,0,0) to (1,1,1).
Sounds very cool - I'm going to try that now