Importing GLB with compression

How to import a GLB file in unity whenever I am trying to import the file throwing not supported error.

System.NotSupportedException: Draco compression (using KHR_draco_mesh_compression) isn’t currently supported. Use glTFast instead for loading meshes that use Draco compression.

please guide me what needs to be done in this case

Original Post on Discord

by user 406778568597831690

Seems your file uses an extension (KHR_draco_mesh_compression) that is currently not supported in UnityGltf.

As the message says, please use glTFast (GitHub - atteneder/glTFast: Efficient glTF 3D import / export package for Unity) for importing the file if you only have the compressed version.

Quick instructions to install it -
Add this in Package Manager: