rdeioris / glTFRuntime-docs

Official Documentation for the glTFRuntime Unreal Engine Plugin
MIT License
97 stars 16 forks source link

How can i Convert *bin and Textures to Only One *.gltf to use? #2

Closed wushujian closed 1 year ago

wushujian commented 3 years ago

I buyed this plugins ,but i dont know how to use in my work. I DownLoad some gltf from Sketch.com or Export from UE4, then Called glTFLoadAssetfromFileName failed. here is the Error: LoadPrimitive(): Unable to load POSITION attribute.

rdeioris commented 3 years ago

Hi, you should use gltf embedded files if you want the single-asset approach.

Otherwise just use the github version that includes support for loading external files.

Fell free to join the discord channel for help.