You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement non-blocking modal dialog using EditorWindow
Instead of using EditorUtility.DisplayDialog(), this is implemented from
EditorWindow which offers the following benefits.
* Does not block the editor window when the dialog is displayed.
* Able to display richer contents than default dialog.
* When multiple dialogs are requested to be displayed, they will be queued
and only display one at a time.
Change-Id: Ib6393469564d64de767f015f1085ab70c2ba82e9
0 commit comments