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 Button does not work in other canvas' image's area

Discussion in 'UGUI & TextMesh Pro' started by Orca-Chen, Aug 28, 2014.

  1. Orca-Chen

    Orca-Chen

    Joined:
    Aug 26, 2014
    Posts:
    7
    QQ20140828-2.png
    I have 2 canvas, "Machine Root" is in world space, "UI Canvas" is in mode "screen space-camera". Button spin doesn't work (no event received) when it's in the area of "Machine Root/Background"(UI.Image). Stop / autoSpin has some part out of background background, they works. Who can tell me why, and how to solve it?
     
  2. Orca-Chen

    Orca-Chen

    Joined:
    Aug 26, 2014
    Posts:
    7
    oh, I solved this problem by move Camera out of UI Canvas.