https://github.com/herbou/unity-androidnativetoast
Unity android native toast
https://github.com/herbou/unity-androidnativetoast
unity unityandroid unitytoast
Last synced: about 2 months ago
JSON representation
Unity android native toast
- Host: GitHub
- URL: https://github.com/herbou/unity-androidnativetoast
- Owner: herbou
- Created: 2021-04-22T13:53:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T09:34:38.000Z (over 3 years ago)
- Last Synced: 2025-03-04T02:42:27.344Z (over 1 year ago)
- Topics: unity, unityandroid, unitytoast
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Unity - Android Native Toast
Show native android toast messages in your unity game
(Android only)
```Hello World```
# How to use?
Simply add ```Toast.cs``` script to your project 😊😊 and use it wherever you want without any references :
```c#
Toast.Show("This is a Toast message");
```
