-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from JasonXuDeveloper/development
Development
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "com.jasonxudeveloper.jengine", | ||
"version": "0.6.3", | ||
"displayName": "JEngine", | ||
"description": "JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily", | ||
"license": "MIT", | ||
"unity": "2019.3", | ||
"keywords": [ | ||
"HotUpdate", | ||
"Unity", | ||
"ILRuntime", | ||
"HotFix" | ||
], | ||
"author": { | ||
"name": "JasonXuDeveloper", | ||
"email": "[email protected]", | ||
"url": "https://github.com/JasonXuDeveloper" | ||
}, | ||
"dependencies": { | ||
"com.ourpalm.ilruntime": "1.6.7" | ||
} | ||
} |