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 3c83713 commit 6f72a2cCopy full SHA for 6f72a2c
README.md
@@ -12,7 +12,7 @@ No dependencies needed other than Unity. This script was created in Unity 5.3, a
12
3. You can now dispatch objects to the main thread in Unity.
13
###Usage
14
```C#
15
-public IEnumerator ThisWillBeExecutedOnTheMainThread() {
+ public IEnumerator ThisWillBeExecutedOnTheMainThread() {
16
Debug.Log ("This is executed from the main thread");
17
yield return null;
18
}
0 commit comments