yotiky Tech Blog

とあるエンジニアの備忘録

Magic Leap 2 - 開発環境構築の覚書(Simulator)

目次

検証環境

  • ML Hub Version 2.0.10.202304072137
  • Magic Leap Application Simulator Module Version 3.5.0.202304102127
  • Magic Leap Application Simulator Runtime Version 3.5.0.20230410
  • Server: 3.5 (built Apr 10 2023), Protocol: 17
  • ZIF (bundled): Version 0.0.32.20230410
  • ZIF (runtime): Version 0.0.32.20230410
  • Magic Leap SDK 1.2
  • Unity MRTK Package 1.6.0 Version 1.0
  • Magic Leap Setup Tool 2.0.2
  • Unity 2022.2.16f1
  • MRTK 2.8.3

手順

公式チュートリアル。テキストばかりで分かりづらい。。

developer-docs.magicleap.cloud

こちらのサイトが画像付きで丁寧に解説してくださっているので参考にさせて頂く。

bluebirdofoz.hatenablog.com

MRTK support status

The Magic Leap Hub から抜粋。

  • ML Package「Unity® MRTK Package 1.6.0 Version 1.0」は MRTK 2.8
    • Features
      • Voice Intents - Refer to SpeechCommandsDemoMagicLeap scene for usage.
      • Control - Refer to ControlMagicLeapDemo scene for usage.
      • HandTracking - Refer to HandInterationExamplesMagicleap for usage. Only Partially implemented on platform currently.
      • EyeTracking - Refer to EyeTrackingDemoMagicLeap for usage.
      • Meshing - Refer to MeshingDemoMagicLeap for usage.
      • AllInteractions - Refer to InteractionsDemoMagicLeap for Handtracking, Control, EyeTracking, and Voice usage together.
  • ML Package「Unity® MRTK3 Package 1.0.0 Preview 1」は MRTK 3
    • Features
      • Support for Controller
      • Support for Hand Tracking
    • Known Issues
      • Other MagicLeap 2 apis that overlap with MRTK3 are not yet configured or hooked up.

Application Simulator