Hello!
I'm working on a chat log with a scrollbar. For this i use a UIDraggablePanel and a UITable. This table contains the log labels. Everything works perfect. But the problem is that sometimes i get an "too many vertices" error. My first thought was to hide the labels using collider, but the trigger event of the collider does not fire in game view. This only works when you go into the scenes view, then the onTrigger event fires.
Is there any technic in order to deactivate/activate the visible/invisible labels?
Thanks for helping me out!