How to use Layout Groups in Unity

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 48

  • @milhouse8166
    @milhouse8166 2 місяці тому +1

    This is the 4th tutorial ive watched on this topic and finally i have an explanation of how it works.
    Thank you
    Will prioritize your videos from now on whenever applicable.

    • @Tarodev
      @Tarodev  2 місяці тому

      @@milhouse8166 you're welcome, and thank you

  • @windup247
    @windup247 2 роки тому +5

    Again, you have an amazing knack for explaining things. Even just the little things you do, like expanding/shrinking a layout group manually so we can "see" it in action is SO helpful (in contrast to just telling us what something does.) I've watched countless videos about layout groups and this one was by far the most helpful.

    • @Tarodev
      @Tarodev  2 роки тому +1

      This was the first thing I read when waking up today 😊 thanks mate ❤️

    • @windup247
      @windup247 2 роки тому +1

      @@Tarodev No man, thank YOU!!!

  • @feomat
    @feomat 3 роки тому +7

    Very great tutorials! Although i already watched many tutorials over the last years, your videos are really on point and still have new informations. Thanks!

    • @Tarodev
      @Tarodev  3 роки тому

      Glad I could teach you something new 😊

  • @page0809
    @page0809 Рік тому +2

    tremendous pain just fell off my back!
    Thank you sir!!

  • @DemsW
    @DemsW 2 роки тому +1

    Very great demonstration. Visually showing every little thing makes it such a valuable ressource.

  • @TheArghnono
    @TheArghnono 9 місяців тому

    I know this is now an old video, but it helped me out lots! Thank you.

  • @halivudestevez2
    @halivudestevez2 Рік тому +1

    UI is challenging, but we have tools for it. Thanks for introducing them in details.

  • @Life-Glug
    @Life-Glug 2 роки тому +1

    Thank you! This helped a lot. You make the best demonstrations for Unity.

  • @payasoprince9333
    @payasoprince9333 2 роки тому +1

    Very useful tutorial. Great job going over each option and giving an example of them in action.

  • @gustavosalmeron2013
    @gustavosalmeron2013 3 роки тому +4

    GOD I FUCKING HATE THESE LAYOUT GROUPS. Been trying to make a expandable dialogue box work like it should since ages!
    Thank you so much for your tutorial, it helped me a lot!

    • @Tarodev
      @Tarodev  3 роки тому +2

      I can feel your frustration lol

    • @JadenAllen
      @JadenAllen Місяць тому

      content size fitter also works pretty well for this, it will make the parent object scale to fit all the child elements. Its useful for a tool tip panel that expands with the more information on it. Very easy to use as well

  • @fulgencejuniorlohore854
    @fulgencejuniorlohore854 Рік тому

    Thanks buddy for this nice video. 2023 and still relevant!

  • @brsdncr
    @brsdncr 2 роки тому +1

    I thought I have been watching all of your videos. You keep surprising me! :) Great video as always!

  • @metall7331
    @metall7331 Рік тому

    Beautifully explained, thank you!!

  • @jmscshipp
    @jmscshipp Рік тому +1

    Useful info, thanks!

  • @noodle-eater
    @noodle-eater 5 місяців тому

    Thanks bro, I learn a lot

  • @bluzenkk
    @bluzenkk Рік тому

    please make more videos~~
    They are very useful
    Thank you very much !

  • @adrianmoreno2354
    @adrianmoreno2354 2 роки тому +2

    Hey man how do you keep the spacing between elements in a grid layout consistent in different screen sizes?

  • @mireazma
    @mireazma Рік тому

    Great explanations!

  • @Heero5308
    @Heero5308 Рік тому

    Thank you!!

  • @roosemwandira3572
    @roosemwandira3572 3 роки тому +1

    Awesome video, really helped me !

    • @Tarodev
      @Tarodev  3 роки тому +1

      Glad I could assist 😊

  • @phambaoha170
    @phambaoha170 2 роки тому

    thank you!

  • @salvatoreisabella7921
    @salvatoreisabella7921 Рік тому

    Very useful, thanks!

  • @workhorsebytes
    @workhorsebytes 2 роки тому

    This was perfect!

  • @Betruet
    @Betruet 2 роки тому +1

    As a Dad the Parent/Child terminology always makes me laugh with how it can be misinterpreted. Great tutorial thanks.

  • @Matatoskr
    @Matatoskr Рік тому

    Quick question. Hopefully i get a reply... Can i change the height of the contents in a vertical layout group? i can only seem to do so if it isnt setActive. There is no lock, and iv turned off all the child parenting size stuff to test. Only thing never affected by any of this is the height.

  • @Pixelkvist
    @Pixelkvist 2 роки тому +1

    THANK YOU SO MUCH FOR THIS!!!!

  • @chernik_us2752
    @chernik_us2752 Рік тому

    how to use horizontal and vertical layout together or how can i set custom width\height for elements in grid layout component ?

  • @rekhytze781
    @rekhytze781 Рік тому

    hello i want to ask about this but buttons as the child, how to make the text inside of it also resize itself following the button?
    because the video above only explain how the parent will always follow the layout group but the not with their child

  • @halivudestevez2
    @halivudestevez2 Рік тому

    Now, I have UI layout, full of Layout components, grids, and everything.
    It's slow AF. I mean, it takes long seconds (5-20 secs) to place the elements.
    Even unity manual says to avoid it. But they would be so handy.
    Unity: unity-ui-optimization-tips
    So I'm searching for some notes about how-to-do it efficiently.

  • @GameDeveloperTR
    @GameDeveloperTR Рік тому

    Nice!

  • @areklewandowski5089
    @areklewandowski5089 2 роки тому

    I was trying to fit my buttons and was looking for answer for days XD and then I found this and got answer in 1 minute. Im a dev with over 5years experience and yet I never touched UI XD

  • @nettle9877
    @nettle9877 2 роки тому +1

    Hahaha "Cell Size" literally affected Cell's size. 10/10

  • @haystack7077
    @haystack7077 2 роки тому +1

    my vertical layout group wasn't working because the objects I wanted to instantiate dynamically at runtime inside didn't have a Rect Transform component, only a Transform.
    If anybody encounters the same issue, replace transform by Rect Transform.

  • @kirosmatavastros
    @kirosmatavastros Рік тому +2

    Will somebody ever show what Use child scale does in this hundreds of UA-cam clips about layout groups?

  • @lecona6218
    @lecona6218 3 роки тому

    for me the children in my layout group don't scale with the parent and when I check the control child size buttons my children disappear from the screen.

  • @leonelvidal7118
    @leonelvidal7118 Рік тому +1

    I love you

    • @Tarodev
      @Tarodev  Рік тому

      Should we get married?

  • @ffs55
    @ffs55 Рік тому

    You skip over flexible width in a how-to video?

  • @simonak9699
    @simonak9699 Рік тому

    Thanks!