Is it anyway to do a scrollview with many roll?
With a normal clipping panel, without any alteration, my fps is 10....
Plan A Automatic recycle of scroll item
Plan B Use occlusion culling
Plan C Inactive some of the item according to their postion
Plan D change the background of the sprite from UIsprite to something lightweight, such as simple background color
Plan A require manually recalculate the position of the row on the fly..which is complicated
Plan B tried, wont work.
Plan C....I find that if I set inactive for those row which is outside camera can raise the fps....
Plan D..it seems I cannot apply a background color without applying a UIsprite....
Any suggestion?