Skip to main content
Version: 20 Mar 2024

Unity Overview

This section includes information about developing Unity applications for Magic Leap 2.

Android SDK Features

The following features can be accessed on the Magic Leap 2 using Android APIs.

FeatureNotes
BatterySystemInfo.batteryLevel
SystemInfo.batteryStatus
App / Device IdentifierSystemInfo.deviceUniqueIdentifier
Language / LocaleApplication.systemLanguage
Internet statusApplication.internetReachability
Manifest CustomizationPlace AndroidManifest.xml in Assets/Plugins/Android
PermissionsUnity Android Permissions
Android IntentsUnity apps can send and receive intents with other Android apps on device
Unity ProfilerUnity profiler info for Android is valid for ML2 as well
Android Logcat in EditorAndroid Logcat Package

More Information