1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UnityでNuitrackのサンプルを動作させようとしたらエラーしたので解消メモ

Last updated at Posted at 2021-06-08

UnityでNuitrackのサンプルを動作させようとしたらエラーしたので解消メモ

下記のコマンドみたいにdllを入れてあげたら解消できました

###dllをEditorへコピー

管理者で実行が必要でした

FORFILES /S /P "C:\Program Files\Unity\Hub\Editor" /M tbb.dll /C "cmd /c copy \"C:\Program Files\Nuitrack\nuitrack\nuitrack\bin\tbb.dll\" @path"

エラー内容

nuinui.png

nuitrack.TerminateException: NuitrackException (TerminateException): WARNING: Cannot load library module: C:\Program Files\Nuitrack\nuitrack\nuitrack/middleware/NuitrackModule.dll
ERROR: TBB version mismatch: runtime library version is 9102, but the application was compiled with the 11102 version!

参考サイト

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?