Playables Stickers
Adds iMessage sticker app extension support to iOS apps exported from Unity. Streamlines the workflow by automatically copying and integrating pre-configured stickers from Xcode into your exported project during the build process. Stickers are prepared in Xcode and then managed seamlessly across subsequent Unity exports.
net.playables.stickers 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/stickers.git README Markdown
Copy this to your project's README.md
## Installation
Add **Playables Stickers** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/stickers.git
```
[](https://www.pkglnk.dev/pkg/stickers)README
iMessage Stickers for Unity
This package adds a sticker app extension to an iOS app exported from Unity. The stickers have to be prepared in Xcode manually. They will be automatically added to the Xcode project each time you export it from Unity.
Installation
- In the Unity Package Manager, click "+" -> "Add package from git URL"
- enter
https://github.com/Playables/net.playables.stickers.gitand confirm.
Usage
- Create an iMessage sticker app extension in an existing or new Xcode project.
- Add some stickers and icons (in Xcode).
- Copy Info.plist and Stickers.xcassets from your sticker app extension in Xcode to a new folder called "Stickers" next to your Assets folder in your Unity project.
- Build with Unity. The stickers are copied and added to your exported Xcode project during OnPostprocessBuild.
Compatibility
- Tested with Unity 2019.4.
- This package is not well tested, use at your own risk.
No comments yet. Be the first!