iOS 10 introduced new feature: games (and other apps) inside the iMessage application.
In XCode it is the new type of application.
Is it possible to make iMessage applications in Unity? If not, when this feature will be added to Unity?
Hi Everybody,
I was looking for the same functionlaity, but found the solution. It is very easy to do through xCode. When game is ready and opened in xCode. Open File->New->Target and add sticker app extension.
Then follow usual steps. After setup is completed you can add stickers to the Sticker Pack folder inside of the new directory created for Stickers.
I tried and exported to my iOS device and it worked.
Hopefully this helps.
@Zornikachu I’m successfully able to load the unity export into my own view controller using the technique by the-nerd.be The tricky part is because imessage extension doesn’t have an appdelegate file. I’m not sure how you can do this.
Did you figure it out?