documentation/docfx/releases/1.59.2.md
Unity3D support, stream fixes, and GRContext access · Released October 26, 2017 · NuGet · GitHub Release
This release adds Unity3D compatibility, allows SKTypeface to be constructed from non-seekable streams or SKData, and exposes the GRContext on GL views. Several memory management and stream handling fixes improve reliability, particularly for loading bitmaps over the network. The project also migrated from packages.config to <PackageReference>.
None in this release.
SKTypeface from non-seekable streams — SKTypeface can now be constructed from non-seekable streams or SKData, improving flexibility when loading fonts from network or resource sources.GRContext exposed on GL views — The current GRContext is now accessible on the GL views in both SkiaSharp.Views and SkiaSharp.Views.Forms. (#358)packages.config to <PackageReference> for cleaner project files.ObjectDisposedException during view rendering. (#292)SKManagedStream behavior, fixing bitmap loading over the network. (#335)SKManagedStream. (#376, #83)