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 - albertofog

Pages: [1]
1
NGUI 3 Support / Re: Clipped panel with particular shape?
« on: October 15, 2013, 03:48:56 AM »
You can use depth marks. Draw an invisible widget on top of the UI in the shape that you want first, and when UI will draw it will get "clipped" by the depth.

Depth marks?
Hmmm, not entirely sure how to do those :/
When you mean "invisible widget", do you mean a inactive GameObject? Or what do you mean?

I would appreciate some more enlightening on this... thanks in advance!

2
NGUI 3 Support / Clipped panel with particular shape?
« on: October 14, 2013, 05:59:41 AM »
I'm developing a little match-3 game à la Candy Crush, and I'm wondering if it's possible to make a clipped panel that is not a squared/rectangular shape.
I've been looking around the code of the UIPanel script but I can't see anything that could help me achieve it... I use NGUI 2.6.4.
Some examples:
Quote






Does anyone have any ideas?

Pages: [1]