Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Jan 4, 2023
1 parent a7a5dd4 commit e2db257
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.20.0-pre] - 2022-01-04
- add: caching of texture bytes on disc for faster export (can be disabled in UnityGLTFSettings)

## [1.19.1-pre] - 2022-01-03
- add: AfterPrimitiveExport event

Expand All @@ -29,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- fix: sample root transform as well in Humanoid export to prevent shifting it around when recording

## [1.18.2-pre] - 2022-11-10
- fix: exception thrown when trying to add a material instance id twice
- fix: exception thrown when trying to add a material instance id twice

## [1.18.1-pre] - 2022-11-09
- fix: ExportMeshes was not exporting new meshes since the internal material check didn't let it through
Expand Down Expand Up @@ -442,7 +445,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [1.0.4-pfc.2] - 2020-07-07
- fix build errors preventing builds
- fix PBR texture roundtrip with incorrect red channel
Expand All @@ -466,4 +469,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Includes UPM package

## [1.0.0] - 2018-09-21
- first built unity package release of UnityGLTF
- first built unity package release of UnityGLTF
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": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "1.19.1-pre",
"version": "1.20.0-pre",
"unity": "2019.4",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand Down

0 comments on commit e2db257

Please sign in to comment.