Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Utilities
1/4
Native Dialogs for Android™ & iOS™ with Editor dialog for Unity™
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2020.3.27f1
Compatible
Compatible
Compatible
Description

You can fast and easily show native alert dialogs with buttons such as alert, confirmation, question, and 3 buttons dialogs. 


We hope the asset will save you lots of time and energy and you can focus on game/application development.

Technical details

### Features

  • easy to use and implement, source code included
  • no dependencies
  • error safe handling
  • using async/await pattern for API methods
  • unity editor dialog for unity runtime
  • well-tested code

### How to use


https://gist.github.com/protorius42/d9175bdfc62629c33b4927f844e2eb6d


<code>

using (NativeAlertDialog dialog = new NativeAlertDialog())

{

DialogParams dialogParams = new DialogParams("<<Input your TITLE here>>", "<<Input your MESSAGE here>>");

dialog.ShowNativeDialogAsync(dialogParams).ContinueWith(task =>

{

if (task.Result.Item2 != ButtonErrorCode.NoError)

{

//your error handling here

}

else

{

//check your the pressed button here

}

});

}

</code>

Native Dialogs for Android & iOS with Editor dialog

(not enough ratings)
4 users have favourite this asset
(4)
$4.99
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR