Skip to content

Commit

Permalink
changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Jan 2, 2024
1 parent 82c5748 commit ce83c1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,16 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.7.0-exp] - 2024-01-02
- change: refactored import/export plugins for better control of what's enabled and what's not. This allows shipping experimental/optional plugins earlier.
- change: mark `GLTFSceneExporter.*` static callbacks obsolete. Use plugins instead
- fix: make sure `GLTFImporter` uses the default plugin import settings
- add: allow overrides for which editor import plugins are used
- add: export plugin for `MSFT_lod`
- add: export plugin for `KHR_materials_variants`. Add the `MaterialVariants` component to your root to configure variants.
- add: export plugin to bake particle systems to meshes
- add: export plugin to bake canvas to meshes
- add: export plugin to bake TMPro GameObjects to meshes
- add: per-import settings for which plugins are applied
- add: `BeforeNodeExport` callback for export plugins
- fix: make sure `GLTFImporter` uses the default plugin import settings and allows overriding them
- add: warning icon for plugins that e.g. have missing package dependencies
-

## [2.6.0-exp] - 2023-12-13
- fix: verify tangent.w component on animation export (should be exactly -1 or 1)
- fix: recalculate mesh bounds when changing import scale
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.6.0-exp",
"version": "2.7.0-exp",
"unity": "2020.3",
"description": "Import and export glTF 2.0 assets, both in the editor and at runtime.",
"repository": {
Expand Down

0 comments on commit ce83c1b

Please sign in to comment.