Merge pull request #643 from atteneder/fix_unity_link

fix: Updated link to alternative Unity package
This commit is contained in:
Tom Finegan 2020-11-17 11:57:49 -08:00 committed by GitHub
commit 894c953cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ Usage
Unity Unity
----- -----
For the best information about using Unity with Draco please visit https://gitlab.com/atteneder/DracoUnity For the best information about using Unity with Draco please visit https://github.com/atteneder/DracoUnity
For a simple example of using Unity with Draco see [README](unity/README.md) in the unity folder. For a simple example of using Unity with Draco see [README](unity/README.md) in the unity folder.

View File

@ -3,7 +3,7 @@ Description
This folder contains resources for building a simple demo decompressing and rendering Draco within Unity. This folder contains resources for building a simple demo decompressing and rendering Draco within Unity.
If you are looking for more information on using Draco within Unity, this site [https://gitlab.com/atteneder/DracoUnity](https://gitlab.com/atteneder/DracoUnity) is a much better resource. There are more samples as well as support for more platforms. If you are looking for more information on using Draco within Unity, this site [https://github.com/atteneder/DracoUnity](https://github.com/atteneder/DracoUnity) is a much better resource. There are more samples as well as support for more platforms.
In this folder we currently support two types of usages: In this folder we currently support two types of usages:
* Import Draco compressed mesh as assets during design time. * Import Draco compressed mesh as assets during design time.