KhronosGroup / glTF-CSharp-Loader

C# Reference Loader for glTF
Other
219 stars 58 forks source link

Test failure on "Box with Spaces" #35

Closed emackey closed 3 years ago

emackey commented 3 years ago

The Box with Spaces model is causing a unit test failure here, specifically with a normal map.

System.IO.FileNotFoundException : Could not find file 'glTF-Sample-Models\2.0\Box With Spaces\glTF\Normal%20Map.png'.

The string Normal%20Map.png needs to be URI-decoded before use on a local filesystem.