Skip to content

Commit

Permalink
changelog + release
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Jul 13, 2020
1 parent ce2554f commit 3931d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ 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.5] - 2020-07-13
- hack: added 180° rotation on export (experimental), needs to be tested with animations, only works with a single root transform on export
- changed back to "preview" instead of "pfc" tag because stupid PackMan

## [1.0.4-pfc.4] - 2020-07-12
- fix meta files for Tests folder

Expand Down
2 changes: 1 addition & 1 deletion UnityGLTF/Assets/UnityGLTF/package.json
@@ -1,7 +1,7 @@
{
"name": "com.pfc.org.khronos.unitygltf",
"displayName": "pfc Khronos GLTF Loader",
"version": "1.0.4-pfc.4",
"version": "1.0.4-preview.5",
"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 3931d39

Please sign in to comment.