We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0283814 commit f4f2dbdCopy full SHA for f4f2dbd
README.md
@@ -2,7 +2,7 @@
2
Simple system for creating modal windows with callbacks in Unity, with extensible template.
3
4
# In action
5
-## Simple modal windows
+### Simple modal windows
6
This code
7
8
```C#
@@ -30,7 +30,7 @@ SimpleModalWindow.Create(ignorable: false)
30
Which will lead you to this result:
31

32
33
-## Custom modals
+### Custom modals
34
35
You can make your own modal windows, for example, modal with input field creation simply as following:
36
0 commit comments