/Unity-WebGL-Alert

Show Alert in Unity WebGL

Primary LanguageC#MIT LicenseMIT

Unity-WebGL-Alert

Usage

WebGLAlert.ShowAlert("hello world");

bool confirm = WebGLAlert.ShowConfirm("hello world");

string prompt = WebGLAlert.ShowPrompt("hello world");