Search Unity

Unity UI Instantiate a prefab in a scrollview only if visible

Discussion in 'UGUI & TextMesh Pro' started by bocilef906, Sep 27, 2020.

  1. bocilef906

    bocilef906

    Joined:
    Sep 24, 2020
    Posts:
    4
    Hello, like the title says I'm currently trying to find an updated a free way to instantiate a prefab when scrolling a scrollview. I have a menu with like 100 items and instantiate 100 of them is really heavy and laggy so I was wondering how to instantiate like 10 objects and reuse them while scrolling up/down

    Thanks.