Awesome
<h1 align="center">🍞 Unity-Native-Toasts 🍞️</h1>Unity-Native-Toasts is a plugin to display toasts on iOS and Android.
<h3 align="center">📱 Social 📱</h3><h3 align="center">👊 Support 👊</h3>
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
<h3 align="center">📝 Changelog 📝</h3>What's New? Check the CHANGELOG
Watch this repository to be notified of new releases!
<h3 align="center">🤝 Contribution 🤝</h3>For contributing please read CONTRIBUTING.md
Don't worry about getting it 100% right, I can tidy it up as I review
<h3 align="center">🖥️ System Requirements 🖥️</h3>Unity 2018.3.14f1 or later. Older versions may work, feel free to test!
<h3 align="center">🤔 Examples 🤔</h3>Examples can be found at Unity-Native-Example-Project
<h1 align="center">🛠️ Installation 🛠️</h1> <h2 align="center">Unity 2019.3 or later (Using Unity Package Manager)</h2>https://github.com/NicholasSheehan/Unity-Native-Toasts.git#v1.0.4
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"
This package is available on OpenUPM
You can install it via openupm-cli
openupm add com.unitynative.toasts
<h2 align="center">Unity 2018.2</h2>
Unity 2018.2
supports embedded packages.
- Download a source code zip file from the Releases page
- Extract it
- Import it under the
Packages
directory in your Unity project
- Popup a toast with custom text for either 2 seconds or 3.5 seconds
- Look into setting the location of the toasts
- Look into custom display durations