Can't get png to load in CUISolved
{
    "name": "SC_Main",
    "parent": "Hud",
    "components": [
      {
        "type": "UnityEngine.UI.RawImage",
        "sprite": "assets/content/textures/generic/fulltransparent.tga",
        "color": "0.8082278 0.5116072 0.5116072 1",
        "png": "https://i.postimg.cc/qqk1rvfD/d74rnl6-15bff667-f1ba-4a3b-991a-412824d5d473.png"
      },
      {
        "type": "UnityEngine.UI.Outline",
        "color": "0.09411765 1 0 1",
        "distance": "5 -5"
      },
      {
        "type": "RectTransform",
        "anchormin": "0.2289062 0.2152778",
        "anchormax": "0.7117188 0.8291669",
        "offsetmin": "0 0",
        "offsetmax": "0 0"
      }
    ]
  },

how can i do ?

Url works fine, but Png does not.

PNG is for image ID, not URL
5f5631c33fa20.png misticos
PNG is for image ID, not URL

Can I use the image library?

Yes you can and usually should
5f5631c33fa20.png misticos
Yes you can and usually should

thanks :D i solved

Locked automatically