1. Is there any good examples? I want it to look slightly immersive to the ui of rust as of right now i personally didn't see many ui examples that look immersive(and easy to read)
     
  2. Wulf

    Wulf Community Admin

    Any of the GUI plugins by @Nogrod would be a good example, as he implemented the helper Oxide provides.
     
  3. Well i figured out how to place boxes? I guess, but is it possibly to make this text not happen? Also is there an easy way to find positions? i have it being parents to "HUD/Overlay" if thats wrong please tell.
    [​IMG]
     
  4. make it non transparent with changing the 4th value of the background color to 1

    for c# this may help you:
    Plain UI example? | Oxide
     
  5. That colors alpha is at 1 already