glTF-Validator for Unity
Validate glTF files directly within Unity against the 2.0 specification. Integrated CLI tool that reports errors, warnings, and info messages to help ensure your 3D model assets meet glTF standards. Currently experimental.
com.unity.formats.gltf.validator 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/validator.git README Markdown
Copy this to your project's README.md
## Installation
Add **glTF-Validator for Unity** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/validator.git
```
[](https://www.pkglnk.dev/pkg/validator)Dependencies (1)
README
glTF-Validator for Unity
This package integrates the [glTF-Validator][gltf-validator] CLI tool into Unity.
It allows you validate a glTF file against the 2.0 specification and reports errors, warnings or info messages.
Note: Currently experimental.
No comments yet. Be the first!