Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Scroll views inside another ScrollView

Discussion in 'UGUI & TextMesh Pro' started by jdg23, Sep 11, 2023.

  1. jdg23

    jdg23

    Joined:
    Feb 10, 2020
    Posts:
    16
    Hi,

    I'm having a bit hard time trying to integrate two scroll views that would contain content vertically inside another scroll view that would contain the two first horizontally, I'm getting errors saying the UI can't refresh and none of the elements that will be contained in the vertical scroll views are appearing.

    Is what I'm trying to achieve actually possible ?

    Thanks;