Skip to content

Commit 167f9b8

Browse files
committed
version
1 parent 64195e9 commit 167f9b8

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.18.0] - 2025-10-08
8+
- add: animation support for KHR_node_visibility extension
9+
- add: export support for URP/Lit materials with "Preserve Specular" enabled
10+
- fix: animation export: add missing value component curves
11+
- fix: RoughRefraction filterMode set to Trilinear in RenderGraph mode (fixes #884)
12+
- fix: missing queue setup when using dispersion (fixes #883)
13+
- fix: BakeAnimation on export when speed < 0
14+
- fix: Interactivity Animator.Play export: speed, starttime, endtime setup
15+
- fix: Interactivity Animator.play: changed start time to cliplength when reversed
16+
- change: removed obsolete warning for KTX > 3.5 and Draco > 5.2
17+
- change: clearer animation export warning when gameobject was not exported
18+
- change: updated README with logo
19+
720
## [2.17.11] - 2025-09-22
821
- fix: blendshape runtime import, positions was getting scaled to zero
922

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.11",
4+
"version": "2.18.0",
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)