Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/toasts.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity-Native-Toasts** 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/toasts.git
```
[](https://www.pkglnk.dev/pkg/toasts)README
🍞 Unity-Native-Toasts 🍞️
Unity-Native-Toasts is a plugin to display toasts on iOS and Android.
📱 Social 📱
👊 Support 👊
All of these projects are made during my free time, with more being added over time. If you'd like to support me, you can do it either by sponsoring me on GitHub or by donating via PayPal
📝 Changelog 📝
What's New? Check the CHANGELOG
Watch this repository to be notified of new releases!
🤝 Contribution 🤝
For contributing please read CONTRIBUTING.md
Don't worry about getting it 100% right, I can tidy it up as I review
🖥️ System Requirements 🖥️
Unity 2018.3.14f1 or later. Older versions may work, feel free to test!
🤔 Examples 🤔
Examples can be found at Unity-Native-Example-Project
🛠️ Installation 🛠️
Unity 2019.3 or later (Using Unity Package Manager)
https://github.com/NicholasSheehan/Unity-Native-Toasts.git#v1.0.4
Unity 2018.3 or later (Using Unity Package Manager)
Add this to the projects manifest.json
"com.unitynative.toasts" : "https://github.com/NicholasSheehan/Unity-Native-Toasts.git"
To update the package, change suffix #{version} to the target version.
- e.g.
"com.unitynative.toasts" : "https://github.com/NicholasSheehan/Unity-Native-Toasts.git#v1.0.4"
Unity 2018.3 or later (Using OpenUPM)
This package is available on OpenUPM
You can install it via openupm-cli
openupm add com.unitynative.toasts
Unity 2018.2
Unity 2018.2 supports embedded packages.
- Download a source code zip file from the Releases page
- Extract it
- Import it under the
Packagesdirectory in your Unity project
👍 Features 👍
- Popup a toast with custom text for either 2 seconds or 3.5 seconds
🔮 Roadmap 🔮
- Look into setting the location of the toasts
- Look into custom display durations
No comments yet. Be the first!