Search Unity

.dll plugin for alembicforunity

Discussion in 'Asset Importing & Exporting' started by singhaidotnish, Sep 4, 2019.

  1. singhaidotnish

    singhaidotnish

    Joined:
    Aug 28, 2019
    Posts:
    5
    using https://github.com/unity3d-jp/AlembicForUnity/tree/master/Source
    could generate abci.so plugin. However when keeping it in packages it gives an DllNotFoundException exception.

    Question is
    1. How does unity understand that the plugin abci.so file is present in its location. ?

    2. In case it requires a .dll file, then, is their a way to create adapter pattern for abci.so, so that it becomes usable. If not what is the workaround ?
     
    Last edited: Sep 4, 2019
  2. vladala

    vladala

    Unity Technologies

    Joined:
    Mar 3, 2017
    Posts:
    189
    This should work out of the box on Windows/OSX. What platform/unity version are you trying to get this working?
    The existence of abci.so in Plugins/x86_64 package folder should be enough to find the dll