1. Or is there another way to change the data of an image through oxide / unity?
     
  2. Wulf

    Wulf Community Admin

    You can reference System.Drawing via // Reference: System.Drawing at the top of your plugin and then just call what you need. I'm unsure if it will all translate to the client though.
     
  3. C#, so you mean:

    Code:
    using System.Drawing;
    Which I tried, but VS says system.drawing is not in the namespace.

    Are you saying it's okay to add a reference to System.Drawing.dll in the project?
    [DOUBLEPOST=1513371854][/DOUBLEPOST]Found an example with lusty map.. thanks!
     
  4. Wulf

    Wulf Community Admin

    No, literally meant what I had typed out in bold. Not a using statement, the // Reference. ;)
     
  5. yeah i get that now.. can you believe people pay me to do this (code I mean)