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

GUI.BeginScrollView - Move sliders outside of the scroll window

Discussion in 'Scripting' started by Powdered_sugar, Nov 25, 2014.

  1. Powdered_sugar

    Powdered_sugar

    Joined:
    Aug 23, 2012
    Posts:
    64
    Is there a way to move the Scrollbars to outside the bounds of the scrollview? Whenever they appear they are covering stuff up. I've tried a GUIskin to no affect. It might be that I'm missing the option.
     
  2. KelsoMRK

    KelsoMRK

    Joined:
    Jul 18, 2010
    Posts:
    5,539
    Nope. You'll have to shrink your content to compensate.
     
  3. Powdered_sugar

    Powdered_sugar

    Joined:
    Aug 23, 2012
    Posts:
    64
    Wow, that's.... annoying. Thanks for the info though.
     
  4. KelsoMRK

    KelsoMRK

    Joined:
    Jul 18, 2010
    Posts:
    5,539
    You could go the other way and say it would be annoying for an element to not respect the Rect it had been assigned to :)
     
  5. Powdered_sugar

    Powdered_sugar

    Joined:
    Aug 23, 2012
    Posts:
    64
    That would be annoying, true; but it would be nice if there were a horizontal / vertical offset option for the scrollbars.