Understand the glTFast repository structure
openupmglTFast is part of a monorepo. The core package and its associated test assets are located within the Packages directory. If you are navigating the repository manually, use this structure as a guide:
Packages/com.unity.cloud.gltfast: The primary glTFast Unity package.Packages/com.unity.cloud.gltfast.tests: Contains test code and assets.Packages/com.unity.cloud.gltfast.tests/Assets~: Contains glTF test assets.
Projects/: Contains various test projects used for validation.
<Root>
├── Packages
│ ├── com.unity.cloud.gltfast
│ └── com.unity.cloud.gltfast.tests
│ └── Assets~
└── Projects
├── glTFast-Test
└── ...