From 02bb75a72cb16674c75171374eb7d0d7121b9d9d Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Fri, 11 Nov 2022 10:34:40 +0100 Subject: [PATCH] Release 4.9.0 --- ChangeLog.md | 4 ++-- Documentation~/Images/badge_linecoverage.svg | 2 +- Runtime/Scripts/Export/Constants.cs | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ed5f18f3..09e2a8f7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -### Feature +## [4.9.0] - 2022-11-11 +### Added - (Export) HDRP metallic/roughness texture assignment can be omitted by setting the corresponding smoothness remap range min equal to max and metallic factor to 0. Useful for only exporting the ambient occlusion channel of a mask map. - (Export) HDRP occlusion texture assignment can be omitted by setting the corresponding AO remap minimum to 1.0. Useful for only exporting the metallic/smoothness channels of a mask map. ### Changed diff --git a/Documentation~/Images/badge_linecoverage.svg b/Documentation~/Images/badge_linecoverage.svg index e0fcf106..d7f65068 100644 --- a/Documentation~/Images/badge_linecoverage.svg +++ b/Documentation~/Images/badge_linecoverage.svg @@ -77,7 +77,7 @@ Coverage Coverage - 72.5%72.5% + 72.8%72.8% diff --git a/Runtime/Scripts/Export/Constants.cs b/Runtime/Scripts/Export/Constants.cs index 132821a7..b1e35531 100644 --- a/Runtime/Scripts/Export/Constants.cs +++ b/Runtime/Scripts/Export/Constants.cs @@ -17,7 +17,7 @@ namespace GLTFast.Export { static class Constants { - public const string version = "4.8.5"; + public const string version = "4.9.0"; internal const string mimeTypePNG = "image/png"; internal const string mimeTypeJPG = "image/jpeg"; diff --git a/package.json b/package.json index 05f31b0d..17fb03c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.atteneder.gltfast", - "version": "4.8.5", + "version": "4.9.0", "displayName": "glTFast", "description": "Use glTFast to import and export glTF 3D files efficiently at runtime or in the Editor", "unity": "2019.4",