5G-MAG / rt-xr-unity-player

XR Unity Player
https://5g-mag.github.io/Getting-Started/pages/xr-media-integration-in-5g/
Other
4 stars 1 forks source link

Android Support #9

Open dsilhavy opened 1 year ago

dsilhavy commented 1 year ago

As it stands, it is possible to build the unity project for Android, however the media pipeline factory and plugins aren't supported on Android.

The MAF library is intended to be used as an Android Native Plugin: https://docs.unity3d.com/Manual/AndroidNativePlugins.html The MAF API C# bindings generated with SWIG are expected to work on Android without changes.

Subtasks:

  1. Update the current documentation and unity project to compile for Android in the current state.
  2. Compile for the MAF library for Android: https://github.com/5G-MAG/rt-xr-maf-native/issues/4 and update the Unity project configuration to load these when relevant.

A list of Android devices known to be available for testing:

Related:

nlsdvl commented 7 months ago