Andreas Atteneder
Andreas Atteneder
I couldn't confirm that `UriHelper.GetBaseUri` does not work with `jar:file://` style URIs: ```csharp // This works: Assert.AreEqual(new Uri("jar:file:///dir/sub/"), UriHelper.GetBaseUri(new Uri("jar:file:///dir/sub/file.gltf"))); ``` Closing this now. Feel free to provide a failing...
I was able to reproduce the issue. It's the combination of double-schema (`jar:file:`) and a (escaped) unicode character that causes problems. Since the double-schema is used on Android only, it...
fixed in 6.9.0.
I think `true` should indicate successful completion without critical errors (note, missing textures are not critical). I also think `false` should indicate unsuccessful completion. That leaves two options: 1. Throw...
Thanks for reporting. Fist, Mecanim is not tested at runtime, only the legacy animation system is. Could you please provide a small code sample (or entire project) so I can...
Closing due to lack of details.
Hi, Thanks for getting in touch. Can you provide the original and re-exported glTF files? What do you mean with doing operations on it? Thanks
Hi, From the top of my head I can't follow you :) Could you point me to mentioned `Extras` property? A permalink to the file on GitHub would be great!...
Hi @freezy , I cannot support other's branches, but I'd gladly look into a PR, should @OwenSignaturize draft one. Heads-up: Exporting custom (`extras`) properties is not planned on our side...
Hi, I don't quite understand, can you elaborate? Visuals like a screenshot of the before/after would be helpful. Feel free to provide a test asset, so I can reproduce the...