Hello,
First, I love NGUI. I am trying to use it for a book reading application that has very high constraints on the quality. I have a few questions:
-Panel Clipping:
Since I had a panel that had too many vertices (81 000K), I created a panel as a children of the latter one, then added some widgets to it. That solved the problem of vertices, but then I lost the capability of doing clipping. Since I am using the ScrollList, this leads to some strange behaviors.
Any idea why the clipping does not work? Any workaround or fix?
-UILabels:
I am using french as language and I'd like to add a bullet point to text that has entered into the UILabel Inspector. I could not find a way to do that. Any idea?
Thanks in advance
Stephane