diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7dec0..85094e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Less memory usage and better performance by creating 16-bit unsigned integer indices for small meshes - Less memory usage by avoiding a temporary index buffer in native plug-in +- Raised version of Burst dependency to 1.4.11 (current verified) ## [3.1.0] - 2020-07-12 ### Added diff --git a/package.json b/package.json index fccc409..a35389d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Draco is an open-source library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. This package allows you to apply Draco compression to meshes, import Draco files and load them at runtime.", "unity": "2019.3", "dependencies": { - "com.unity.burst": "1.4.8" + "com.unity.burst": "1.4.11" }, "keywords": [ "mesh",