markive / XamarinUnityBinding

Xamarin iOS binding project to bind a modified UnityFramework.framework file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XamarinUnityBinding

[Update V2] Recently I'm working on an Xamarin.Forms Unity3d-View for iOS and Android. See https://github.com/FlorianAuer/UnityView4Xamarin.Forms

Xamarin iOS binding project to bind a modified UnityFramework.framework file

Instructions:

  1. Download this repo
  2. Open solution (UnityBinding.sln)
  3. Follow the steps to build modified Unity as a Library Sample
  4. Add UnityFramework.framework file to Native References of UnityBinding (Generated by Unity when exporting the Xcode project)

These steps work with the reduced API of the UnityFramework to make it simpler to bind (See custom Unity as a Library Sample). Feel free to enhance this. Pull requests accepted, but keep custom Unity as a Library Sample in mind.

Thanks to all the people in this thread

A Xamarin.Android Unity Binding can be found here

About

Xamarin iOS binding project to bind a modified UnityFramework.framework file

License:MIT License


Languages

Language:C# 100.0%