Skip to content

Commit 48c6ef8

Browse files
committed
version
1 parent 8b2b0b7 commit 48c6ef8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.17.10] - 2025-09-12
8+
- fix: `texcoord` export, previously it was only exported when `Texture Transforms` was enabled
9+
- fix: Texture export cache, now using the Texture `updateCount` to ensure we don't use an older version from cache
10+
- fix: PBRGraph inspector now shows UV coordinate properties more reliably
11+
712
## [2.17.9] - 2025-08-25
813
- add: `MarkMaterialAsCustomShaderExport` API to keep original property names in animations
914
- change: Importer should always show buttons for Extract / Restore materials

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "org.khronos.unitygltf",
33
"displayName": "UnityGLTF",
4-
"version": "2.17.9",
4+
"version": "2.17.10",
55
"unity": "2021.3",
66
"description": "Import and export glTF 2.0 assets, both in the editor and at runtime. Excellent support for animations, materials, extensions. Can be extended with plugins for both import and export use cases.",
77
"repository": {

0 commit comments

Comments
 (0)