Hi, I am using a [glTFast][1] to load and export GLTF files. To export them at runtime I need to include their gltfFast.Export assembly definition in my assembly definition, [as per their documentation][2]. The "auto-reference" option is greyed out as it's a package. Creating an assembly definition reference and referencing gltFast.Export doesn't do anything. How do I include the gltFast.Export assembly in my predefined assembly?
[1]: https://github.com/atteneder/glTFast/
[2]: https://github.com/atteneder/glTFast/blob/main/Documentation~/ExportRuntime.md
↧