KhronosGroup / UnityGLTF

Runtime glTF 2.0 Loader for Unity3D
MIT License
1.84k stars 490 forks source link

File with absolute reference does not load #759

Open hybridherbst opened 4 months ago

hybridherbst commented 4 months ago

This (weird) file doesn't load correctly: NeedleSphereReference.gltf.zip

It contains an absolute reference to its own .bin buffer.

Not sure if we want to support that; I made that test file because of running into other files that have absolute references for better reasons.