Hi, Welcome To Toast For Unity Documentation! ☀️
**WebGL Demo | Discord | Asset Store Link**
Toast For Unity is a message alert pop-out plugin for unity.
Our purposes is let you quickly pop out a beautiful message box in everywhere and in a second.
Since the core class is write as a static function, you can call it everywhere as the example code below:
using ToastForUnity.Script.Core;
private void Start(){
Toast.PopOut("Hello World");
}