LoginSignup
15
17

More than 5 years have passed since last update.

MacでLeapMotionをUnityで使う方法

Posted at

LeapMotionとは

手のジェスチャーによってコンピュータを操作ができるデバイス。
PCLeapMotionとをUSBで接続し使用する。
→ LeapMotionサイト

Macでの使い方

https://www.leapmotion.com/setup にアクセス。

Leap Motion | Setup Your Leap Motion Controller 2016-05-23 22-59-42.png

Mac用ダウンロードを選択するとインストーラーがダウンロードされます。
ナビゲーションにしたがってインストールすればOKです。

しばらくすると、USBケーブルを接続する案内が表示されるので、接続して「Continue」をクリックします。

Unityとの連携

https://github.com/leapmotion/LeapMotionCoreAssets/releases にアクセスします。

最新のものをいれると
DllNotFoundException: LeapC.dll
が出て進みませんでした。

https://github.com/leapmotion/LeapMotionCoreAssets/releases/tag/v2.3.0
より
LeapMotionCoreAssets_2_3_0.unitypackage
をダウンロードします。

Unityを起動し、パッケージをインポートしするとサンプルを試すことができます。

15
17
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
15
17