betulcalik / ios-unity-integration

This repository contains an iOS project that integrated a Unity game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS-Unity Integration

This repository contains an iOS project that integrated a Unity game.
Explore the project »

Report Bug


Embed a Unity Game in an iOS App »

How to embed Unity Framework into iOS App (Objective C or Swift) »

Table Of Contents

1. Technologies

  1. Unity
  2. UnityFramework

2. Steps to Embed a Unity Game into an iOS Application

  1. Create an Unity project.
  2. Export the Unity project.
  3. Drag and drop the Unity-iPhone.xcodeproj file to the iOS workspace.
  4. Add a new framework to the iOS workspace:
General >
Frameworks, Libraries and Embedded Content >
Click the + button >
Select the UnityFramework.framework from the list.
NOTE You must connect and run on a real device to successful build.

3. Application Overview

integration.mov

About

This repository contains an iOS project that integrated a Unity game.


Languages

Language:Swift 96.4%Language:Ruby 3.6%