I noticed that the System.Drawing namespace isn’t in Unity. Without it, is there any way in Unity(C#) to load in an image file (jpeg/png) and get pixel data via a System.IO.Stream?
Note that I’m looking specifically for a System.IO.Stream solution, not a WWW or a Resource solution.