thank you Nicki , ArenMook
Looking at the original video, you seem to have "New" text fading in and out on every single label.
Doing this causes the entire buffer to rebuild every single frame.
You need to stop doing this if you care about performance. Changing things every frame is VERY BAD for performance.
maybe New is not problem. Even if I delete New label result is same .
I tested NGUI example (scroll) using 100 object
test was really fast. always 60fps
I think problem is my scene (but I don't know what is problem..)
When I figure out the reason I will notify you
thank you spend time for me
