1 Star 0 Fork 42

ShawnFengShuanLong/UnityGameFramework

forked from OzhizuO/UnityGameFramework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Jiang Yin 提交于 2020-12-31 21:29 . 更新版本号
{
"name": "com.jiangyin.gameframework",
"displayName": "Game Framework",
"category": "Game Framework",
"description": "This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.",
"version": "2020.12.31",
"unity": "2017.1",
"keywords": [
"Game Framework"
],
"author": {
"name": "Jiang Yin",
"email": "ellan@gameframework.cn",
"url": "https://gameframework.cn/"
},
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:EllanJiang/UnityGameFramework.git",
"revision": "22c9b2e558fc1951042d56fb3936d5db86ae328e"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shawnfengshuanlong/UnityGameFramework.git
git@gitee.com:shawnfengshuanlong/UnityGameFramework.git
shawnfengshuanlong
UnityGameFramework
UnityGameFramework
master

搜索帮助