Skip to content

Commit

Permalink
changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Nov 7, 2022
1 parent ead1064 commit 2c4d0f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.18.0-pre] - 2022-11-07
- fix: blend shape weight animation wasn't properly exported in some cases
- fix: IOR extension may end up as null when IOR was animated
- fix: rough refracton LOD access is now affected by alpha blending
- feat: HDR render textures can be exported now
- feat: add ExportMesh(Mesh) API as convenience helper
- feat: add material remapping to glTF/GLB importer
- chore: code cleanup for rough refraction and material inspector
- change: animation export code paths have been consolidated, less differences between KHR_animation_pointer and regular export
- change: bumped min Unity version to 2019.4

## [1.17.2-pre] - 2022-10-21
- fix: set linear export setting before accessing texture exporter settings for unknown textures

Expand Down
4 changes: 2 additions & 2 deletions UnityGLTF/Assets/UnityGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "1.17.2-pre",
"unity": "2018.4",
"version": "1.18.0-pre",
"unity": "2019.4",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
"gltf",
Expand Down

0 comments on commit 2c4d0f5

Please sign in to comment.