Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: buffonomics on March 28, 2014, 02:52:22 AM

Title: 3.5.5 ScrollView not working
Post by: buffonomics on March 28, 2014, 02:52:22 AM
This has been a rather frustrating day getting scrollview to work on my Unity 3.x (latest 3.x version)
This used to be easier until after a lot of changes.


From this point I should be able to drag things around to scroll, but I can't. It just ignores all forms of dragging and hence cannot scroll.
Direction has nothing to do with it as it doesn't scroll to any direction.
Title: Re: 3.5.5 ScrollView not working
Post by: r.pedra on March 28, 2014, 03:54:29 AM
What is the size of your box collider?
Title: Re: 3.5.5 ScrollView not working
Post by: Nicki on March 28, 2014, 05:21:31 AM
Turn on "Debug" on your UICamera and see what you're actually hitting with your touch. If you're hitting the collider you expect, then make sure it references the scrollview, so the touches are sent to it for processing.