Search Unity

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

Discussion in 'Asset Importing & Exporting' started by deanryanvr2019, Jan 30, 2020.

  1. deanryanvr2019

    deanryanvr2019

    Joined:
    Apr 12, 2019
    Posts:
    15
    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
     
  2. markvi

    markvi

    Joined:
    Oct 31, 2016
    Posts:
    118
    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 <project>/Packages/manifest.json in your Unity project to look like this:

    Code (JavaScript):
    1. {
    2.   "dependencies": {
    3.     "com.autodesk.fbx": "3.0.0-preview.1"
    4.   }
    5. }
     
  3. maguslin

    maguslin

    Joined:
    Mar 9, 2015
    Posts:
    9
    GetTextureUVIndex cannot find