Skip to content

Commit

Permalink
feat: Support Unity 2021.2 (which uses Emscripten 2.0.19) by replacin…
Browse files Browse the repository at this point in the history
…g bitcode library (built with Emscripten 1.38.48-fastcomp) with newer static library
  • Loading branch information
atteneder committed Jun 30, 2021
1 parent 7b0dd60 commit 0c275ec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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] -
### Changed
- WebGL library is built with Emscripten 2.0.19 now
- Minimum required version is Unity 2021.2

## [3.0.3] - 2020-06-09
### Added
- Support for Lumin / Magic Leap
Expand Down
3 changes: 3 additions & 0 deletions Runtime/Plugins/WebGL/libdracodec_unity.a
Git LFS file not shown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Runtime/Plugins/WebGL/libdracodec_unity.bc

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.atteneder.draco",
"version": "3.0.3",
"version": "4.0.0-preview.1",
"displayName": "Draco 3D Data Compression",
"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",
"unity": "2021.2",
"dependencies": {
"com.unity.burst": "1.4.8"
},
Expand Down

0 comments on commit 0c275ec

Please sign in to comment.