Files
AR-Menu/Library/PackageCache/com.unity.cloud.gltfast@db5a82ec0b47/Documentation~/sources.md
2025-11-30 08:35:03 +02:00

1.8 KiB

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 git@github.com: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.