2D Toolkit Forum

2D Toolkit => Support => Topic started by: zettam on April 01, 2014, 12:42:52 pm

Title: UI Related Questions - Scroll and Buttons
Post by: zettam on April 01, 2014, 12:42:52 pm
Just started using the integrated UI solution for a mobile project. Here are a two questions related to integrated UI system scroll area:
Title: Re: UI Related Questions - Scroll and Buttons
Post by: unikronsoftware on April 01, 2014, 02:06:13 pm
1. Make sure the "Child of another UIItem" flag is ticked on the buttons behaviour.
2. tk2dUIScrollableArea.BackgroundOverUpdate does the inertial scrolling, if you need to modify that.
Title: Re: UI Related Questions - Scroll and Buttons
Post by: zettam on April 01, 2014, 02:48:58 pm
"Child of another UIItem" is ticked,
Still the same behavior..
Title: Re: UI Related Questions - Scroll and Buttons
Post by: zettam on April 01, 2014, 02:56:02 pm
Oh nevermind! fixed! I guess unity inspector made it's magic again :)