Toast
Displays a toast notification or a component that looks like a toast notification.
Context
Assets

Installation
Place the toast provider
Place the Toast Provider component directly under the Canvas component in your Unity hierarchy.
💡
For proper functionality, the Toast Provider must be placed as an immediate child of the Canvas component.
Canvas
Toast Provider
Usage
Add the provider to the button’s OnClick
Add the provider to the button’s OnClick and set MonoUI_Toast_isTrigger
in Animator.SetTrigger (string) to call the toast.
Canvas
Button
Toast Provider
Examples
Primary
Context
Assets
