1. I want to use ingame icons in cui, but everything what I found is "assets/icons/rust.png". Is there a full list of icons?
     
  2. Thats not what I wanted. I want just to directly use ingame image stored in "assets" (or not here) in RawImageComponent:
    Code:
    new CuiRawImageComponent
    {
        Sprite = "assets/icons/rust.png"
    }
    That plugin just downloading instead of using ingame images.
     
  3. Its not possible to do otherwise we would already be doing it :p
     
  4. Wulf

    Wulf Community Admin

    You can do it, I do it on a plugin. You can use most UI icons and overlays, but not item images.
     
  5. please, Write to me in PM