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.
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
Unity® is a registered trademark of Unity Technologies.
Khronos® is a registered trademark and glTF™ is a trademark of The Khronos Group Inc.