Skip to content

Commit

Permalink
changelog/release
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Jul 18, 2022
1 parent 961885d commit 38866cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [1.10.1-pre] - 2022-07-18
- fix: accessor submesh primtives were incorrectly assigned after internal duplication
- fix: don't add import dependency on shaders, load them by GUID instead
- fix: URI-escaped file names weren't always resolved correctly
- fix: some KHR_animation_pointer export type fixes (vec3 colors vs. vec4 colors)
- feat: add color helpers to PBRGraphGUI
- feat: add UnlitGraph for 2021.2+
- feat: new API, GetPrimitivesForMesh to add extensions to exported meshes (e.g. KHR_materials_variants)

## [1.10.0-pre] - 2022-07-06
- fix: PBRGraph assignable again from shader dropdown
- fix: various KHR_animation_pointer fixes to extension usage and property names
Expand Down

0 comments on commit 38866cf

Please sign in to comment.