MCUnderground
Clipboard.GetImage() handling webp.
Im using WPF Clipboard, tho i realized, any image copied from internet is blank, it holds data like resolution but blank image. WPF seems to support transparency on Clipboard. Tho i went the route to check if it is a Dip or Bitmap, and it is Dip, it goes to that if statement if i set it first, it returns a memorystream, but i dont know what to do with that memorystream as trying to convert it to bitmapsource fails. And it goes to my next check if it is filedrop and it is, so it stores the image path(when you copy image from web, it goes to temp folder as "Untitled"). So the Clipboard passes for both Dip, Bitmap, GetImage() and GetFileDropList() if you copy image from the web. Weird.
5 replies
NewtonSoft Serialization Exception
Well version are same.
De/Serialization works fine, until List is not involved, when list is involved, it has System.Private.CoreLib in $type(im using TypeNameHandling).
Also since this is also Godot 4.3 C# building to android could be their problem, with dependencies. Just wanted to ask here, if this has any solutions and is a common error.
I will write at Godots discord also, since building to Android with C# project is still new.
11 replies