Search Unity

Feedback The images become weird (wrong scale) since I upgraded my project to 2019.1.0f2

Discussion in 'Editor & General Support' started by luoyu510183, Apr 30, 2019.

  1. luoyu510183

    luoyu510183

    Joined:
    Dec 25, 2018
    Posts:
    18
    Please look at my screenshot:
    upload_2019-4-30_10-59-25.png
    The two images are exactly the same. But the selected one seems being stretched or compressed. This problem doesn't occur in the Editor mode.
    Why? It worked fine before the upgrade.
     
  2. luoyu510183

    luoyu510183

    Joined:
    Dec 25, 2018
    Posts:
    18
    WTF, the image is neither stretched nor compressed. Just broken in pieces. Why? The two image objects share the same sprite.
     
  3. luoyu510183

    luoyu510183

    Joined:
    Dec 25, 2018
    Posts:
    18
    I've solved this issue by replacing Image with RawImage. Damn, I think I have a headache now.