Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.84 KB

File metadata and controls

56 lines (40 loc) · 1.84 KB

Sources

Download Sources

glTFast's sources are hosted in a GitHub repository that needs to be cloned (i.e. downloaded) first.

Tip

See Cloning a repository for detailed instructions how to download a repository. Git LFS is used for binary files, so make sure your Git client handles it correctly.

Clone via command line interface:

git clone [email protected]:Unity-Technologies/com.unity.cloud.gltfast.git

This will download the repository into a sub-folder named com.unity.cloud.gltfast.

Note

Cloning requires authentication configured properly.

Repository Structure

glTFast is part of a larger Monorepo and can be found in the subfolder Packages/com.unity.cloud.gltfast.

Here's an overview of the repository structure.

<Root>
├── Packages
│   ├── com.unity.cloud.gltfast
│   └── com.unity.cloud.gltfast.tests
│       └── Assets~
└── Projects
    ├── glTFast-Test
    └── ...
  • Packages - Unity® packages
    • com.unity.cloud.gltfast - The actual glTFast package
    • com.unity.cloud.gltfast.tests - Test code and assets
      • Assets~ - glTF™ test assets
  • Projects - see Test Projects

Trademarks

Unity® is a registered trademark of Unity Technologies.

Khronos® is a registered trademark and glTF™ is a trademark of The Khronos Group Inc.