Skip to content

Commit d806ce3

Browse files
authored
Update README.md
1 parent d7b533b commit d806ce3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ No dependencies needed other than Unity. This script was created in Unity 5.3, a
1212
1. Download the UnityMainThreadDispatcher prefab and add it to your scene, or simple create an empty GameObject, call it UnityMainThreadDispatcher.
1313
2. Download the UnityMainThreadDispatcher.cs script and add it to your prefab
1414
3. You can now dispatch objects to the main thread in Unity.
15-
15+
16+
### Add in manifest.json
17+
```JSON
18+
com.pimdewitte.unitymainthreaddispatcher": "https://github.com/RimuruDev/UnityMainThreadDispatcher.git"
19+
```
1620
### Usage
1721
```C#
1822
public IEnumerator ThisWillBeExecutedOnTheMainThread() {

0 commit comments

Comments
 (0)