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 6f72a2c commit 8b5dd82Copy full SHA for 8b5dd82
README.md
@@ -10,6 +10,7 @@ No dependencies needed other than Unity. This script was created in Unity 5.3, a
10
1. Download the UnityMainThreadDispatcher prefab and add it to your scene.
11
2. Download the UnityMainThreadDispatcher.cs script and add it to your prefab
12
3. You can now dispatch objects to the main thread in Unity.
13
+
14
###Usage
15
```C#
16
public IEnumerator ThisWillBeExecutedOnTheMainThread() {
0 commit comments