Skip to content

Commit c0b1efb

Browse files
committed
2 parents f5e9c23 + 69aa15e commit c0b1efb

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed
Loading

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,37 @@ anyTexture2D.SaveToFile(TextureEncodingFormat.QOI) // Opens a native window to s
4141
</tr>
4242
</table>
4343

44+
45+
### Importer Inspector Parameters
46+
Most settings have been mapped from how unity imports other image formats, to ensure behaviour compatibility
47+
48+
<img width="300" src=".documentation/LTMX%20Unity%20Qoi%20Importer%20Editor%20Inspector.png">
49+
50+
51+
<!--
4452
### Editor Window
45-
<div display="inline">
46-
<img height="248" src=".documentation/Find%20Qoi%20Editor%20Window.png">
47-
<img height="248" src=".documentation/Qoi%20Editor%20Window.png">
48-
</div>
4953
50-
### Installation
51-
- (Recommended) In Unity's Package Manager, add `https://github.com/LTMX/Unity.QOI.git` as a Git URL package [full instructions](https://github.com/radiatoryang/hedera/wiki#unity-package-manager-recommended)
52-
- Or manually download the latest .ZIP from [Releases](https://https://github.com/LTMX/Unity.QOI/releases)
53-
and unzip to `/<your project folder>/Packages/com.ltmx.unity.qoi/`
54+
<img height="170" src=".documentation/Qoi%20Editor%20Window.png">
55+
<img height="170" src=".documentation/Find%20Qoi%20Editor%20Window.png">
56+
-->
5457

55-
# Installation
56-
## UNITY PACKAGE MANAGER (recommended)
58+
## Installation
59+
### UNITY PACKAGE MANAGER (recommended)
5760
1. Copy this URL: ``https://github.com/radiatoryang/hedera.git``
5861
2. In Unity menu bar, go to ``Window > Package Manager`` [Info / Help for Unity Package Manager](https://docs.unity3d.com/Manual/Packages.html)
5962
3. In Unity Package Manager, click ``(+ button) > Add package from Git URL...`` (info / troubleshooting Git URL packages in Unity)
6063
4. Paste URL from step 1 into the URL box and click ``Add``
6164
5. Unity.QOI will now automatically update from GitHub
65+
### Zip Package From Releases
66+
- Or manually download the latest .ZIP from [Releases](https://https://github.com/LTMX/Unity.QOI/releases)
67+
and unzip to `/<your project folder>/Packages/com.ltmx.unity.qoi/`
68+
6269

63-
### Contribute
70+
## Contribute
6471
- please post bug reports or (small) feature requests as an [Issue](https://github.com/LTMX/Unity.QOI/issues)
6572
- [Pull Requests](https://github.com/LTMX/Unity.QOI/pulls) are welcome and encouraged !
6673

67-
### Credits
74+
## Credits
6875
- <a href="https://github.com/phoboslab/qoi">QOI Image Format</a>
6976
- <a href="https://github.com/alanmcgovern/QoiSharp/tree/perf-optimisations">QOISharp Encoder</a>
7077
- <a href="https://github.com/Ben1138/unity-qoi">Asset Importer from Ben1138</a>

0 commit comments

Comments
 (0)