From 427fa4489321a09d437987f3b7f491ac858e09e1 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 18 Feb 2021 18:33:41 +0100 Subject: [PATCH] Update package.json --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e1b01..f0fa641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log: +## 0.1.4 + +- Rootmotion option. +- Disabled meshes option. +- Mesh bounds. +- Fixed normal. +- Large mesh support. +- Interpolation. +- Lit shader with GUI. + +## 0.1.3 + ## 0.1.2 - Complete rework of asset pipeline. diff --git a/package.json b/package.json index 237ae53..4637478 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.tech_art_outsource.vertex_animation", "displayName": "TAO Vertex Animation", - "version": "0.1.3", + "version": "0.1.4", "unity": "2020.2", "unityRelease": "1f1", "description": "Vertex animation shaders and tools.",