Skip to content

Commit 53081b0

Browse files
committed
changelog / version
1 parent 4b1330d commit 53081b0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.19.4] - 2026-04-22
8+
- fix: Unity 6.3+ api changes for Shader/Material propertyType
9+
- fix: Unity 6.4+ warnings for `GetInstanceId` (changed to GetEntityId)
10+
- fix: RoughRefractionFeature for Unity 6.4+ with new Render Graph API (new separate file)
11+
- fix: removed unused field in GLTFImporter (causing warnings in Unity 6.6)
12+
713
## [2.19.3] - 2026-03-27
814
- fix: HDRP material import setup for opaque materials
915
- change: HDRP only > ignoring transmission when transmission-factor is 0

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