Toaster - InGame Notification Advance

$8
Publisher KaduYogesh99
File size 77.91kB
Number of files 23
Latest version 1
Latest release date 2023-11-30 03:06:11
First release date 2023-11-30 03:06:11
Supported Unity versions 2018.4.2 or higher

The Toast Notification package for Unity is a powerful tool designed to provide a hassle-free solution for displaying pop-up notifications within your projects.


Simplified Integration

Enhanced User Experience

Customizable Design

Timing Control


Implementation:

  1. Import package
  2. load `using kaduyogesh99.notification;` namespace in script you want your popup to show.
  3. Call `Toast.Show();` function.

Parameters

  • Required Parameters - message
  • Optional Parameters - title, duration, position, cellSize, padding, easingType

Sample:

```

public void Show(string title, string message, float duration, TPosition position, Vector2 cellSize, Vector2 padding, EasingType easingType)

```


Requirment

The package uses TMP text component, so it need TMP Essential resources.

- you can add them through Windows >TextMeshPro > 'Import TMP Essential Resources'


Next Update Features:

  • Event Emitters for Toast Lifecycle:

Introducing onStart and onEnd events to provide developers with greater control over toast notifications.


  • Custom Color System for Toasts:

Integrate a tailored color system to visually distinguish different scenarios.

Implement color-coded toasts, such as success, danger, and warning.

Toast types include:

  • Success: Indicates successful operations.
  • Danger: Signifies errors or critical alerts.
  • Warning: Highlights warnings or cautionary messages.

I hope the this asset helps you with your development.


Feel free to bring up any concerns or requests you might have. I'm open to adding new and exciting features or making updates as needed. 🤗


Thanks,

0o0

Top Publisher Assets