Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Child in Scrollview content do not update visually

Discussion in 'Scripting' started by FineAllDay, Dec 16, 2018.

  1. FineAllDay

    FineAllDay

    Joined:
    Jun 14, 2016
    Posts:
    11
    Hi,

    I'm facing a weird problem and would appreciate any feedback / idea...
    I'm adding and deleting items from the content of a scrollview object. In the process I deactivate a child of the item I instantiate. 75% of the time it works fine but sometimes the deactivated child show as activated until I move the handle of the scrollview. Like if moving the handle of the scrollview finally update the items to their actual state...

    At first I thought it was due to a code error but it seems to be a mysterious scrollview update problem?

    Thanks!