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

Auto-Fitting Anchors

Discussion in 'Immediate Mode GUI (IMGUI)' started by LongformStudios, Nov 23, 2015.

  1. LongformStudios

    LongformStudios

    Joined:
    Nov 27, 2014
    Posts:
    6
    So I'm working on this huge main menu project and I've gotten all the buttons in position but the issue is that it's totally not friendly for multiple screen sizes. The buttons stretch, the text fills up extra area, UI's overlap, and a bunch of ugly stuff. I know the fix for this is to go through and set anchors on every individual component but that takes up a bunch of time and I'm working off a deadline and need to focus more on the scripting aspect of it. So does anybody know of any Auto-Fitting Anchor type extensions to Unity that can help me fit properly my 76+ UI elements?

    Thanks,
    James