From 08ec501b78954fb91ff27f7d7404f496eb39c0d6 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Wed, 30 Sep 2020 00:05:52 +0200 Subject: [PATCH] Added draco support to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9192788..885f446 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Focusing on simplicity and ease of use, GLTFUtility aims to be an import-and-for - [x] KHR_texture_transform (partial support) - [x] KHR_materials_pbrSpecularGlossiness - [ ] KHR_lights_punctual [#25](https://github.com/Siccity/GLTFUtility/issues/25) -- [ ] KHR_draco_mesh_compression [#27](https://github.com/Siccity/GLTFUtility/issues/27) +- [x] KHR_draco_mesh_compression [#27](https://github.com/Siccity/GLTFUtility/issues/27) ### Known issues * `ArgumentNullException: Value cannot be null` in build but not in editor.