Skip to content

katsuyax/CBNativeDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library makes it easy to display native iOS/Android dialogs in Unity.

Installation

import CBNativeDialog.unitypackage via Assets-Import Package

Usage

StartCoroutine(CBNativeDialog.Instance.Show(title: "title",
            message: "message",
            positiveButtonTitle: "OK",
            positiveButtonAction: () => { Debug.Log("OK"); },
            negativeButtonTitle: "CANCEL",
            negativeButtonAction: () => { Debug.Log("CANCEL"); }));

About

This library makes it easy to display native iOS/Android dialogs in Unity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published