From ce83c1b5264cda62340b5a2d4ebc319714560762 Mon Sep 17 00:00:00 2001 From: hybridherbst Date: Tue, 2 Jan 2024 18:35:45 +0100 Subject: [PATCH] changelog/version --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcaae6b65..859b8b361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ 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 @@ -13,9 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 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 diff --git a/package.json b/package.json index 9e8d2a05f..d8295a695 100644 --- a/package.json +++ b/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": {