elfasito

Results 5 comments of elfasito

> Hello, I get a 403 - Access denied - on the link to the image. Can you supply a new link? My bad, Updated link: https://imgbb.com/VLsyKX9

> The png fix was for the build-in `GenericImageHandler` . You are using the `SystemDrawingImageHandler` here. I suggest you try the `GenericImageHandler`, but if you want to use the `SystemDrawingImageHandler`...

Hi @JanKallman I write this reduced sample: ``` using OfficeOpenXml; using OfficeOpenXml.Drawing; using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; using UnityEngine.Networking; using UnityEngine.UI; public class TestWrite : MonoBehaviour {...

> Sorry for the delayed answer. Do you think you can provide a zipped sample project to reproduce this. I can't run this code-snippet without the correct references. Hi @JanKallman,...

> Hello, I had a look at this, but I'm not that into Unity, so I could not get the project working. I tried it in another similar Linux environment...