VRChatMono UIToast

Toast

Displays a toast notification or a component that looks like a toast notification.

Context
GameObject/Mono UI/Provider/Toast
Assets
/Packages/Mono UI/Runtime/Assets/Prefab/Providers/Toast Provider.prefab
Component Preview

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

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

Examples

Primary

Context
GameObject/Mono UI/Provider/Toast
Assets
/Packages/Mono UI/Runtime/Assets/Prefab/Providers/Toast Provider.prefab
Component Preview