We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2eb3b commit 81eca0bCopy full SHA for 81eca0b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.1](https://github.com/Whinarn/UnityMeshSimplifier/compare/v3.0.0...v3.0.1) (2021-06-25)
2
+
3
4
+### Bug Fixes
5
6
+* support Unity 2021 ([2f2eb3b](https://github.com/Whinarn/UnityMeshSimplifier/commit/2f2eb3bee2ac1d1691373200983ac64ae507dfc8))
7
8
# [3.0.0](https://github.com/Whinarn/UnityMeshSimplifier/compare/v2.3.6...v3.0.0) (2021-03-27)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "com.whinarn.unitymeshsimplifier",
"displayName": "Unity Mesh Simplifier",
- "version": "3.0.0",
+ "version": "3.0.1",
"unity": "2018.1",
"description": "Simplifies 3D meshes with ease. Works both in the editor and during runtime in builds.",
"type": "library",
0 commit comments