1
2
bool res1 = EditorUtility.DisplayDialog("Title", "Message", "OK");
bool res2 = EditorUtility.DisplayDialog("Title", "Message", "OK", "Cancel");
유니티 - 에디터 다이얼로그 창 띄우기
This post is licensed under
CC BY 4.0
by the author.