Skip to content

Commit 6f15564

Browse files
committed
changelog / version
1 parent caa5d13 commit 6f15564

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.1] - 2025-10-15
8+
- fix: visibility animation tracks changed to unsigned byte data type (0 = false, >0 = true) and STEP interpolationtype
9+
- add: Interactivity: merging on export of onSelect, onHoverIn and onHoverOut with same target (spec allows only once per target)
10+
711
## [2.18.0] - 2025-10-08
812
- add: animation support for KHR_node_visibility extension
913
- add: export support for URP/Lit materials with "Preserve Specular" enabled

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