https://github.com/egorbo/xamarinwithunityapp
A Xamarin app (Android) with Unity as a library (aar)
https://github.com/egorbo/xamarinwithunityapp
unity3d xamarin
Last synced: 14 days ago
JSON representation
A Xamarin app (Android) with Unity as a library (aar)
- Host: GitHub
- URL: https://github.com/egorbo/xamarinwithunityapp
- Owner: EgorBo
- License: mit
- Created: 2019-06-18T09:43:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T13:31:40.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T09:41:29.157Z (about 1 month ago)
- Topics: unity3d, xamarin
- Language: C#
- Homepage:
- Size: 17.1 MB
- Stars: 46
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XamarinWithUnityApp
A Xamarin.Android app with Unity as a lib (a new feature in Unity 2019.3.a2, see this [blog post](https://blogs.unity3d.com/ru/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/) and these [steps](https://forum.unity.com/threads/integration-unity-as-a-library-in-native-android-app.685240/)).
So you can now easily add a Unity scene (e.g. ARCore scene) to any native or Xamarin app via `.aar` file.
# Size (armv7a)
Unity stuff (`*.aar`): **16.2Mb**
Xamarin stuff (including a few Android Support libs): **8Mb**
Total APK size: **24.2Mb** (IL Link + proGuard)