1 Star 0 Fork 0

eoboard/UnityMainThreadDispatcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
sandroid 提交于 2022-08-15 21:33 +08:00 . Made project usable with the Unity package manager
{
"name": "com.pimdewitte.unitymainthreaddispatcher",
"version": "1.0.0",
"displayName": "UnityMainThreadDispatcher",
"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!",
"documentation": "https://github.com/PimDeWitte/UnityMainThreadDispatcher#readme",
"changelog": "https://github.com/PimDeWitte/UnityMainThreadDispatcher/commits/master",
"license": "https://github.com/PimDeWitte/UnityMainThreadDispatcher/blob/master/LICENSE",
"author": {
"name": "Pim de Witte",
"url": "https://github.com/PimDeWitte"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jimiy/UnityMainThreadDispatcher.git
git@gitee.com:jimiy/UnityMainThreadDispatcher.git
jimiy
UnityMainThreadDispatcher
UnityMainThreadDispatcher
master

搜索帮助