Search Unity

Multiple UI Canvas

Discussion in 'UGUI & TextMesh Pro' started by tygoo7, Aug 27, 2014.

  1. tygoo7

    tygoo7

    Joined:
    May 6, 2013
    Posts:
    68
    I am trying to add multiple UI canvas with world space setting but the second canvas isn't working because I can't click any button. The first one works though. Is this possible yet?
     
  2. Senshi

    Senshi

    Joined:
    Oct 3, 2010
    Posts:
    557
    Did you make sure to attach a Graphic Raycaster Compoment to your newly created Canvas?
     
  3. tygoo7

    tygoo7

    Joined:
    May 6, 2013
    Posts:
    68
    Yes I did, I found out my problem though. I forgot to attach a camera to the event camera.