Search Unity

Slider Too Large in Scene View

Discussion in 'UGUI & TextMesh Pro' started by geekchick25, Oct 9, 2018.

  1. geekchick25

    geekchick25

    Joined:
    Aug 11, 2018
    Posts:
    13
    Hello,

    When adding a slider to my project it's really large in the scene view. When I resize it I can't see it in my scene view anymore but in my game view, I can see it. How do I fix it so I can see it normal size in both windows? See screenshot.
     

    Attached Files:

  2. PGJ

    PGJ

    Joined:
    Jan 21, 2014
    Posts:
    899
    The UI and World Space use different scales for their coordinates, but they are shown in the same Scene View, hence the UI appears to be gigantic in the Scene View. So, that is as it is supposed to be. If you really want your UI to be the same scale as the world, change the Canvas to World Space.
     
    vakabaka likes this.
  3. geekchick25

    geekchick25

    Joined:
    Aug 11, 2018
    Posts:
    13
    Ok thank you, how do I change the Canvas to World Space?
     
  4. eses

    eses

    Joined:
    Feb 26, 2013
    Posts:
    2,637
  5. JP_GAME_DEV

    JP_GAME_DEV

    Joined:
    Nov 30, 2022
    Posts:
    3
    After changing canvas to world space, the slider on the game scene got bigger. Is there a way to make the slider on the scene view larger?
     
  6. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,749
  7. MelvMay

    MelvMay

    Unity Technologies

    Joined:
    May 24, 2013
    Posts:
    11,500
    I'll move this necro'd UI post to the UI forum.
     
    eses likes this.