Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Jun 2, 2023
1 parent ebff36c commit 7c66ab7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.4-exp] - 2023-06-02
- fix: sampled animations need individual GLTFAnimations since sampling another avatar is not transferrable
- fix: switching from URP/Lit or Standard to PBRGraph should set cutoff correctly so it matches the UI / shader expectations (#68)
- fix: conversion with _EMISSION keyword off was still setting emissive values (#86)
- fix: typo in TMPro shader (#83)
- fix: animated property validation was incorrect for 3-component color values and camera properties

## [2.0.3-exp] - 2023-05-15
- fix: import path retargeting exception in some cases
- fix: Range shader property type was missing from propery validation
Expand Down
2 changes: 1 addition & 1 deletion UnityGLTF/Assets/UnityGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.0.3-exp",
"version": "2.0.4-exp",
"unity": "2020.3",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"repository": {
Expand Down

0 comments on commit 7c66ab7

Please sign in to comment.