Skip to content

Commit cde6ca3

Browse files
marwiehybridherbst
authored andcommitted
version
1 parent 86ccc3c commit cde6ca3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.9.0-rc] - 2024-02-23
7+
## [2.9.1-rc] - 2024-02-16
8+
- fix: spritesheet animation keyframes should be constant
9+
- change: log warning if spritesheet used for animation contains only one image/sprite (currently all images must be part of the same spritesheet)
10+
11+
## [2.9.0-rc] - 2024-01-23
812
### Release Candidate
913
UnityGLTF has been maintained in a fork since the end of 2019.
1014
Hundreds of fixes have been made, numerous features have been added, and the library has been brought up-to-speed on latest glTF developments,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "org.khronos.unitygltf",
33
"displayName": "UnityGLTF",
4-
"version": "2.9.0-rc",
4+
"version": "2.9.1-rc",
55
"unity": "2020.3",
66
"description": "Import and export glTF 2.0 assets, both in the editor and at runtime.",
77
"repository": {

0 commit comments

Comments
 (0)