40 Star 199 Fork 63

Ellan / UnityGameFramework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Jiang Yin 提交于 2021-05-31 22:41 . 更新版本号
{
"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": "2021.05.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": "9e04764c9098106a83b5110923d4acf1b1a13344"
}
}
C#
1
https://gitee.com/jiangyin/UnityGameFramework.git
git@gitee.com:jiangyin/UnityGameFramework.git
jiangyin
UnityGameFramework
UnityGameFramework
master

搜索帮助