Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 2.35 KB

README.md

File metadata and controls

70 lines (49 loc) · 2.35 KB

Popup UI for your game

A powerful,Customizable, and esay-to-use Popup UI for Unity

Popup UI



■ Supporting Platforms :

  • All platforms (Standalone Builds, Android, iOS, WebGl, and more..)

■ How to use? :

1- Import EasyUI_Popup package.

⚠️ NOTE! : No need to add any prefab to the scene

3- Add EasyUI.Popup namespace in your script :

using EasyUI.Toast ;

4- Now Simply write Toast.Show():

// Only Text :
Popup.Show ("Hello GameDevs") ;

// Title & Text :
Popup.Show ("Message", "Hello GameDevs") ;

■ Change text styling :

Popup.Show ("Custom text color", "Hello, <color=red>This text is red<color>");

Toast ui

for more supported style tags : Text supported styles

■ Dismiss popup :

Popup.Dismiss();

■ All Show(..) versions :

Popup.Show (string text);

Popup.Show (string text, UnityAction onCloseAction);

Popup.Show (string title, string text);

Popup.Show (string title, string text, UnityAction onCloseAction);

Popup.Show (string title, string text, string buttonText);

Popup.Show (string title, string text, string buttonText, UnityAction onCloseAction);

Popup.Show (string title, string text, string buttonText, PopupColor buttonColor);

Popup.Show (string title, string text, string buttonText, PopupColor buttonColor, UnityAction onCloseAction);





❤️ Donate

Paypal

BuyMeACoffee

Patreon