How to set default importer for GLTF files between GLTFast and UnityGLTF?

Same as title

Original Post on Discord

by user 103054507105067008

That’s in the docs for glTFast and UnityGltf:

I’ve aligned with Andreas on how to do this properly; glTFast has by default priority since it supports compressed files and so on, but that can be overriden.

Add these scripting defines to your project settings:

UNITYGLTF_FORCE_DEFAULT_IMPORTER_ON
GLTFAST_FORCE_DEFAULT_IMPORTER_OFF

Perfect!

by user 103054507105067008