Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 671 Bytes

image-20210701230719591

BlurHash encode/decode for Unity.

This repo wrapped MarkusPalcer/blurhash.net for simple to use in Unity.

Usage

  1. Download BlurHash.unitypackage and import it you project

  2. using Blurhash.Unity; and use the following method to encode/decode:

BlurHash.EncodeToBlurHash(Texture2D);
BlurHash.DecodeToTexture2D(BlurHash);
BlurHash.DecodeToColor32(BlurHash);