FbxSharp Project : FBX SDK cant get the dll to work in unity

Hello

https://github.com/Unity-Technologies/com.autodesk.fbx

Having issues getting the compiled DLL to work in unity

I have done all the steps in the ding via the source but not working when it gets into unity

DLL not recognized

also this does not exist after build

FbxSharp/build/docs/html/index.html

Any help would be great

Do you need to build it yourself? You can add the package to your manifest if you just want to play with the SDK. You only need to build it from github if you’re modifying the source code. Just edit /Packages/manifest.json in your Unity project to look like this:

{
  "dependencies": {
    "com.autodesk.fbx": "3.0.0-preview.1"
  }
}

GetTextureUVIndex cannot find