KhronosGroup / glTF-CSharp-Loader

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

Build from source does not work. Missing glTF subdirectory #14

Closed schubboy closed 6 years ago

schubboy commented 6 years ago

specifically following the build directions, clicking "start" generates this error: (Generator.exe is successfully built, then this exception is output:)

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path ".\glTF-CSharp-Loader-master\glTF\specification\2.0\schema\glTF.schema.json

nik1t0zz commented 6 years ago

I had to drop the glTF repo with the spec files in the root of C: drive and in the same folder as glTF-CSharp-Loader for the generator to run.

bghgary commented 6 years ago

Yes, if you didn't do that then it won't work. It is expected that the glTF repo must be located in the same relative directory as the glTF-CSharp-Loader.

bghgary commented 6 years ago

@schubboy I'm closing this. Reopen if this is not the reason for the issue.