Skip to content

Commit 84a8eb1

Browse files
committed
changelog / version
1 parent 81da2bd commit 84a8eb1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.8] - 2026-02-05
8+
- add: deduplication statistic (Importer)
9+
- add: meshOpt 0.2 support
10+
- add: validation for node translation, rotation and scale on import: in case of invalid values (NaN, infinte), using zeros as fallback.
11+
- changed: mesh deduplication speedup with Jobs
12+
- fix: reduced memory footprint on importing
13+
714
## [2.18.7] - 2026-01-12
815
- add: Interactivity: add slerp nodes
916
- change: Interactivity: replaced custom solution for child and parent methods to object model pointers

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