New Unity Android Plugin Sample

Overview
I’m excited to share a new Unity and Android Plugin sample project we’ve been working on!
We created the project to serve as a demonstration of how to create an Android Plugin from scratch for Unity and then use that plugin in a real Unity project. We hope this can be a great addition to the resources out there to help developers get started on making their own Android Plugins.

The Project
To quickly summarize, the project demonstrates the integration of an Android plugin with Unity, focusing on accessing Magic Leap 2 device sensors. The Android plugin provides sensor updates while the Unity project receives these updates and displays the data in the UI to the user.

All you need to do to get started using the project is

  • Clone the repo
  • Read the accompanying readme for getting started instructions

We hope you enjoy,
Magic Leap Developer Relations Team

2 Likes