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

Layout group

Discussion in 'UGUI & TextMesh Pro' started by sp-sergio-gil, Dec 3, 2018.

  1. sp-sergio-gil

    sp-sergio-gil

    Joined:
    Mar 5, 2014
    Posts:
    45
    Hi all!

    Past week I tried to animate childs of a layout group, but I had some problems with this... the thing is that I wanted to instantiate dynamically elements into it, and when all are there, hide them and animate from the first to the last with some delay

    The thing is that doing this I understand that is not very efficient , because first of all I create the childs (rebuild layout), then I deactivate them(rebuild layout) and the I reactivate with some fade animation (rebuild again the layout)

    And again, if you have a content size fitter, if you deactivate it rebuilds again and changes the positions...

    Any solution for this? there is any advanced layout that can handle correctly animation over childs?

    Thanks