Toastify
Using my gained experience in C# while developing my first Unity game "The Ranch" to build a notification system package and publish it on the Unity Store.
Toastify is a lightweight and customizable toast notification system. Toast notifications serve as unobtrusive, transient messages that provide users with information about specific events or actions within the application.
Features:
- Simple Integration: Easily integrate toast notifications into your Unity project with minimal setup.
- Customization Options: Customize the appearance and behavior of toasts, including position, duration, title, and type.
Customize the appearance of toast cards with new color options.
- Flexible Toast Types: Define different toast types, each associated with a distinct color and icon, such as Success, Error, Warning, and Information.
- Event Hooks: Attach callbacks to toast events, such as on open and on close, to execute specific actions based on user interactions.
- Position Control: Choose from four predefined positions (TopLeft, TopRight, BottomLeft, BottomRight) to display toasts where they best fit your UI.
- Cancellable Toasts: