Skip to content

Commit

Permalink
adjust changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Aug 26, 2023
1 parent f08ead2 commit 1538df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ 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).

## [2.2.1-exp] - 2023-08-25
## [2.3.0-exp] - 2023-08-26
- fix: removed incorrect smoothness property from PBRGraph
- fix: wrong file extension when extracting textures (was ".mat", now ".asset")
- fix: ensure default glTF sampling settings on loaded textures (in case there is no sampling information in the gltf)
- change: warn when importing legacy KHR_materials_pbrSpecularGlossiness extension
- change: remove obsolete GLTFSceneImporter constructors
- change: adjusted repository structure for modern package formats
- change: removed legacy test files and legacy samples that were used for testing (tests should come back at a later point)
- change: removed legacy folders from repository
- add: gltf filename log output when textures or extensions can't be imported

## [2.2.0-exp] - 2023-08-16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.2.1-exp",
"version": "2.3.0-exp",
"unity": "2020.3",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"repository": {
Expand Down

0 comments on commit 1538df7

Please sign in to comment.