SeaeeesSan / Unity-WebGL-Alert

Show Alert in Unity WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity-WebGL-Alert

Usage

WebGLAlert.ShowAlert("hello world");

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

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

About

Show Alert in Unity WebGL

License:MIT License


Languages

Language:C# 100.0%