glTF-CSharp-Loader icon indicating copy to clipboard operation
glTF-CSharp-Loader copied to clipboard

System.NotSupportedException on Xamarin Android 8 project

Open KWEngine opened this issue 6 years ago • 1 comments

When calling Interface Interface.LoadModel(streamobject); on my Xamarin Android 8 project, I get an the System.NotSupportedException (using the .NET Standard library).

Is this because I only use the gltfloader.dll? The gltfloader_shared.dll does not get generated, so I do not have it.

KWEngine avatar May 11 '19 04:05 KWEngine

I also followed the instructions to build and have a gltfloader.dll but not a gltfloader_shared.dll -- am I missing a step?

lex3001 avatar Aug 10 '23 01:08 lex3001