Search Unity

Why does this keep happening?

Discussion in '2D' started by jobvanr, Feb 19, 2019.

  1. jobvanr

    jobvanr

    Joined:
    Feb 16, 2019
    Posts:
    1


    My text is all the way up top right, but it shows there in the game scene,
    How do I fix this?
     
  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,697
    In your Hierarchy, your non-UI elements probably should not be children of your Canvas. Try moving them out of the Canvas, but be aware that this may cause some funniness with their transforms that you may need to adjust.

    Your Screen Space Canvas essentially uses a different coordinate system than your non-UI elements. It's working correctly.