Unityビルドエラー Found plugins with same names and architectures,

件名のエラーが出てビルドできなくなった。

どうやら、32bitと64bitでかぶってエラーになっている。
<pre>
Found plugins with same names and architectures, Assets/Plugins/x86_64/cri_ware_unity.dll () and Assets/Plugins/x86/cri_ware_unity.dll (). Assign different architectures or delete the duplicate.


</pre>

使ったプラグインは音関連の「ADX2 LE
http://www.adx2le.com/index.html

マニュアル読むと、図の設定が必要らしい。

他のライブラリでも似たような問題が発生して、
その場合、どちらかのbitのdllリレームなどで対応してた


コメント