Skip to content

Commit b37f105

Browse files
committed
Updated README for version 1.1
1 parent b12726c commit b37f105

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# PixelRenderUnity3D
2-
PixelRender is a complete system of shaders, effects, scripts & tools for rendering 3D scenes as 2D pixel art. The key components are the PixelArt shader for rendering meshs using palette based shading, the PixelOutline image effect for drawing pixel-perfect outlines & the Palette Editor which provides several features for creating, generating & manipulating palettes used by the PixelArt shader directly within Unity3D. PixelRender also includes components for quantizing animation, several examples & full documentation (in both pdf & epub format). PixelRender also works on mobile!
1+
# PixelRenderUnity3D (Ver 1.1)
2+
PixelRender is a complete system of shaders, effects, scripts & tools for rendering 3D scenes as 2D pixel art. The key components are the PixelArt shader for rendering meshs using palette based shading, the PixelOutline image effect for drawing pixel-perfect outlines & the Palette Editor which provides several features for creating, generating & manipulating palettes used by the PixelArt shader directly within Unity3D. PixelRender also includes components for quantizing animation, tools for rendering & exporting Unity3D sprite sheet animations, several examples & full documentation (in both pdf & epub format). PixelRender also works on mobile!
33

44
## License
55
PixelRender is free to use for strictly non-commercial purposes, read PixelRenderNonCommercialLicense.html in project root for full details.
@@ -8,3 +8,14 @@ If you'd like to use PixelRender for commercial purposes, or support this & futu
88

99
## Download Latest unitypackage
1010
The latest packaged version can be downloaded here: [PixelRender.unitypackage](http://kode80.com/downloads/assets/PixelRender.unitypackage)
11+
12+
## ChangeLog
13+
### PixelRender 1.1 (March 9th 2016):
14+
* Palettize Texture tool:
15+
* Displays a progress bar and can be canceled
16+
* Optimized to convert significantly faster
17+
* Includes an automatic palette reduction pass (see documentation for details)
18+
* Added MinimumSceneTemplate to examples, useful for creating new PixelRender scenes
19+
* Added Sprite Sheet Maker tool for rendering & exporting Unity3D sprite animations (see documentation for details)
20+
* Minor UI fixes for all editor tools
21+

0 commit comments

Comments
 (0)