LoopScrollView is a high-performance Unity UI looping list that fully supports LayoutGroup and ContentSizeFitter, with WYSIWYG editor workflow and AOI-based item recycling.oopScrollView is a flexible looping/virtualized UI list solution for Unity (UGUI), designed for both developers and designers.It fully relies on Unity’s built-in LayoutGroup and ContentSizeFitter, allowing you to create complex lists without manual position calculations. LoopScrollView uses a grid-based (nine-grid) layout combined with viewport AOI (Area of Interest) detection to recycle items efficiently, significantly improving runtime performance for large lists.Key features include support for vertical, horizontal, and grid layouts, dynamic item sizes, multiple item types through IItemGroup, and ShowArea mode for visual debugging.Several demo scenes are included, covering grid lists, vertical and horizontal lists with dynamic item sizes, multi-list setups, and image-based item groups.LoopScrollView is perfect for projects that require flexible UI layouts, smooth scrolling performance, and WYSIWYG editing in the Unity Editor.Supported Platforms: Any platform that supports Unity UGUI Requires: Unity UI package Component: LoopScrollList (core component) Key Features:AOI (Area of Interest) based item recyclingSupports vertical, horizontal, and grid layoutsDynamic item sizes and multiple item types via IItemGroupFully WYSIWYG in the Unity EditorShowArea mode for visual debuggingHandles thousands of items efficientlyUsage Notes:Works in Play Mode and Edit ModeInitial layout rebuild is performed on setup; runtime scrolling performance is stableRecommended for lists up to several thousand items for optimal performance




