Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Funder

Pages: [1]
1
NGUI 3 Support / Re: Scrollview + colliders inside
« on: November 20, 2012, 05:38:31 AM »
Cool ;-)

2
NGUI 3 Support / Re: Scrollview + colliders inside
« on: November 08, 2012, 04:34:13 AM »
I have the same problem and placing colliders outside the list is not possible in the project I'm working on.
We have a dynamically build UI with several panels with buttons and lists. Placing colliders to block clipped colliders, will also block other ui interactions.

It might be solved if NGUI casted events like OnVisible/OnInvisible - then colliders could be turned on or off. But NGUI does not support that to my knowledge.

Do I really have to write my own scroll list view from scratch?

Any ideas would really be appreciated?

Pages: [1]