All Projects → Luka-M → unity-in-framework

Luka-M / unity-in-framework

Licence: MIT license
Wrap Unity generated Xcode project in Framework

Programming Languages

C#
18002 projects
Mathematica
289 projects
swift
15916 projects
c
50402 projects - #5 most used programming language
Objective-C++
1391 projects
objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to unity-in-framework

iMessageBubble
A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.
Stars: ✭ 34 (+70%)
Mutual labels:  imessage
RecreatingiMessageConfetti
An Xcode Playground to show the internals of iMessage's Confetti implementation.
Stars: ✭ 29 (+45%)
Mutual labels:  imessage
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-10%)
Mutual labels:  imessage
airmessage-web
AirMessage for the web
Stars: ✭ 109 (+445%)
Mutual labels:  imessage
ViziMessage
Visualize your iMessage history and interactions.
Stars: ✭ 18 (-10%)
Mutual labels:  imessage
airmessage-android
AirMessage for Android phones, tablets, and laptops
Stars: ✭ 94 (+370%)
Mutual labels:  imessage
message-indicator
🔵 SIMBL plugin that adds an indicator to messages in which you haven't responded
Stars: ✭ 21 (+5%)
Mutual labels:  imessage
zen-client
Zen's cross-platform desktop client 💬💻
Stars: ✭ 38 (+90%)
Mutual labels:  imessage
cat-message
Finds cat images/videos/gifs on reddit, sends them to my mom via applescript
Stars: ✭ 35 (+75%)
Mutual labels:  imessage
bluebubbles-app
A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
Stars: ✭ 338 (+1590%)
Mutual labels:  imessage
airmessage-server-legacy
AirMessage's message relay server for Mac
Stars: ✭ 67 (+235%)
Mutual labels:  imessage
nodemessage
interact with your local iMessage database
Stars: ✭ 39 (+95%)
Mutual labels:  imessage
cve-2016-1764
Extraction of iMessage Data via XSS
Stars: ✭ 52 (+160%)
Mutual labels:  imessage
ichat2json
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
Stars: ✭ 30 (+50%)
Mutual labels:  imessage
alfred-imessage-2fa
iMessage 2FA Workflow for Alfred
Stars: ✭ 71 (+255%)
Mutual labels:  imessage
leftonread
Left on Read
Stars: ✭ 22 (+10%)
Mutual labels:  imessage
imessage-chatbot
💬 Recurrent neural network -- generates messages in your style of speech! Trained on imessage data. Sqlite3, TensorFlow, Flask, Twilio SMS, AWS.
Stars: ✭ 33 (+65%)
Mutual labels:  imessage

Wrap Unity generated Xcode project in Framework

We often need to integrate Unity into the native iOS app or iMessage extension. Here's a nice way to do it - wrap Unity stuff into the dynamic framework. Frameworks are great - they can encapsulate both code and data. And the same framework can be used in iMessage and the host app without having the code and data twice.

In this demo project, I used SpaceShooter example and wrapped it into the framework and used the framework in the host app and iMessage extension. For more details, check my blog post

Also, feel free to create an issue or a pull request if you think something needs to be fixed.

This project has been tested with Unity 2018.2.1f1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].