GitHub - ltmx/Unity.QOI: QOI Importer & Exporter for Unity (original) (raw)

Unity.QOI Logo

QOI Image Format Importer & Exporter for Unity

GitHub repo size GitHub package.json version GitHub top language GitHub openupm Made for Unity

Features

anyTexture2D.EncodeToQOI() // Returns a byte array of the encoded Texture2D anyTexture2D.SaveToFile(TextureEncodingFormat.QOI) // Opens a native window to save your file

Importer Inspector Parameters

Most settings have been mapped from how unity imports other image formats, to ensure behaviour compatibility

Installation

  1. Copy this URL: https://github.com/LTMX/Unity.QOI.git
  2. In Unity menu bar, go to Window > Package Manager Help
  3. In Unity Package Manager, click (+ button) > Add package from Git URL... (info / troubleshooting Git URL packages in Unity)
  4. Paste URL from step 1 into the URL box and click Add
  5. Unity.QOI will now automatically update from GitHub

Zip Package From Releases

Contribute

Credits

LICENSE

This project is licensed under the MIT License (License)