UNPKG

com.magicleap.unitysdk

Version:

Provides implementations of Magic Leap OpenXR extension APIs and XR subsystems for building and running on the Magic Leap 2.

36 lines 1.32 kB
{ "name": "com.magicleap.unitysdk", "displayName": "Magic Leap SDK", "version": "2.3.0", "unity": "2022.3", "description": "Provides implementations of Magic Leap OpenXR extension APIs and XR subsystems for building and running on the Magic Leap 2.", "keywords": [ "magicleap", "ar", "augmented", "xr", "reality", "xreditorsubsystem" ], "dependencies": { "com.unity.xr.openxr": "1.11.0", "com.unity.xr.arfoundation": "5.1.0", "com.unity.xr.interaction.toolkit": "2.1.0", "com.unity.inputsystem": "1.8.2", "com.unity.modules.androidjni": "1.0.0", "com.unity.xr.interactionsubsystems": "2.0.0", "com.unity.collections": "2.2.1", "com.unity.burst": "1.8.9" }, "author": { "name": "Magic Leap", "url": "https://developer.magicleap.com/" }, "samples": [ { "displayName": "ML Rig & OpenXR Input", "description": "These sample assets are designed for use with OpenXR. Contains an ML Rig prefab with XROrigin and TrackedPoseDrivers for the HMD and Controller, as well as a sample InputActions asset with ML Controller Actions bound to OpenXR action paths.", "path": "Samples~/Rig&Inputs" } ] }