Skip to content

Commit

Permalink
changelog / version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Dec 15, 2020
1 parent ef86477 commit 9f72a1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.4-preview.12] - 2020-12-15
- fix compilation errors in GLTFSerialization.dll on recompiling
- fix Newtonsoft.Json being copied to output directory
- fix a number of animation export issues
- add KHR_materials_unlit extension import and export

## [1.0.4-preview.11] - 2020-11-27
- fix KHR_lights_punctual extension always being set, even if no lights were exported
- fix invalid primitives being exported for meshes with 0 vertices
Expand Down
2 changes: 1 addition & 1 deletion UnityGLTF/Assets/UnityGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.pfc.org.khronos.unitygltf",
"displayName": "pfc Khronos GLTF Loader",
"version": "1.0.4-preview.11",
"version": "1.0.4-preview.12",
"unity": "2018.3",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand Down

0 comments on commit 9f72a1c

Please sign in to comment.