Solved UI transparency sprite

Discussion in 'Rust Development' started by k1lly0u, Jul 30, 2016.

  1. Anyone know what the transparency sprite path is now? It used to be 'assets/content/textures/generic/fulltransparent.tga' but doesn't seem to work anymore
    Edit: Apparently the file still exists when I dump the assets but its not giving me any transparency on my images. Maybe I'm missing something cause its 3am :p
     
  2. My client console it since weeks spammed wtih this one... :)
    Code:
    [BUNDLE] Not found: assets/content/generic textures/fulltransparent.tga
    And my dump tells me the same path like you've posted..insane^^
    Code:
    Assets/Content/Textures/Generic/fulltransparent.tga
    So it will be maybe a thing between???

    Code:
    generic textures
    textures generic
    generictextures
    texturesgeneric
    generic/textures
    textures/generic
     
  3. Code:
    assets/content/textures/generic/fulltransparent.tga
    That work's for me.
     
  4. Yeah I was derping, I've used it in a dozen plugins in the last couple of weeks. It was because I had black in the container lol. Bloody late night coding :p
     
    Last edited by a moderator: Jul 31, 2016