Search Unity

Unity menu problems

Discussion in 'Getting Started' started by gabsterino, Dec 17, 2015.

  1. gabsterino

    gabsterino

    Joined:
    Dec 16, 2015
    Posts:
    3
    Im trying to create a button next to a billboard. When i add a button to this scene, it becomes gigantic and impossible to move next to the billboard. See images.

    Whats the problem? (yes im new to this)
     

    Attached Files:

  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Positioning a button (a 2D UI object) next to a billboard (a 3D world object) isn't as easy as it sounds.

    But it can be done! The key thing is to set your Canvas to World Space. And you'll have to futz with the very important Scale property to get things properly sized relative to the world. This section of the manual explains how.

    If you're still having trouble, be sure to include a screen shot of your Canvas properties, since that's where things will have gone wrong.

    Good luck with your game!