Skip to content

Instantly share code, notes, and snippets.

View Moomo's full-sized avatar

Yasuhiro Takatori Moomo

View GitHub Profile
-
github: Moomo
slack: Moomo
-
github: kxphotographer
slack: Ryusei Yabiku
-
github: maehara-yukiyoshi
slack: maehara
-
@Moomo
Moomo / AndroidEscape.cs
Last active September 7, 2021 05:50
[Unity]AndroidのEscapeボタンが押された時に確認アラートを表示した上でアプリを終了させるコード
using UnityEngine;
using System.Collections;
public class AndroidEscape : MonoBehaviour
{
/// <summary>
/// The is exist alert.
/// </summary>
public bool IsExistAlert{ get; set; }