Search Unity

Is there any control for Toast nofitication?

Discussion in 'UI Toolkit' started by Kichang-Kim, Jul 4, 2019.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,011
    Hi. as title described I'm finding API for implmenting Toast notification, like this : https://developer.android.com/guide/topics/ui/notifiers/toasts

    Toast notification is simple popup window which does not interact with user (and it shouldn't). It is very useful for showing information like "File is saved", "You can't XXX" and so on.

    Is there any feature in UIElements for this?

    Thanks.
     
  2. jonathanma_unity

    jonathanma_unity

    Unity Technologies

    Joined:
    Jan 7, 2019
    Posts:
    229
    Hi,

    There is no built-in feature in UIElements for notifications.
    You will need to create your own system.
     
  3. antoine-unity

    antoine-unity

    Unity Technologies

    Joined:
    Sep 10, 2015
    Posts:
    780
    EricLampi and Kichang-Kim like this.