Skip to content

Commit 7224642

Browse files
committed
Made project usable with the Unity package manager
1 parent 24f3963 commit 7224642

11 files changed

+52
-0
lines changed

LICENSE.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "PimDeWitte.UnityMainThreadDispatcher"
3+
}

Runtime/PimDeWitte.UnityMainThreadDispatcher.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "com.pimdewitte.unitymainthreaddispatcher",
3+
"version": "1.0.0",
4+
"displayName": "UnityMainThreadDispatcher",
5+
"description": "A thread-safe way of dispatching IEnumerator functions to the main thread in unity. Useful for calling UI functions and other actions that Unity limits to the main thread from different threads. Initially written for Firebase Unity but now used across the board!",
6+
"documentation": "https://github.com/PimDeWitte/UnityMainThreadDispatcher#readme",
7+
"changelog": "https://github.com/PimDeWitte/UnityMainThreadDispatcher/commits/master",
8+
"license": "https://github.com/PimDeWitte/UnityMainThreadDispatcher/blob/master/LICENSE",
9+
"author": {
10+
"name": "Pim de Witte",
11+
"url": "https://github.com/PimDeWitte"
12+
}
13+
}

0 commit comments

Comments
 (0)