mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
TEngine 6
This commit is contained in:
@@ -1,23 +1,28 @@
|
||||
{
|
||||
"name": "com.tengine",
|
||||
"displayName": "TEngine",
|
||||
"version": "4.0.0",
|
||||
"unity": "2021.3",
|
||||
"description": "A Unity development framework.",
|
||||
"licensesUrl": "https://github.com/ALEXTANGXIAO/TEngine/blob/main/LICENSE",
|
||||
"dependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ALEXTANGXIAO/TEngine.git"
|
||||
},
|
||||
"keywords": [
|
||||
"TEngine",
|
||||
"Framework",
|
||||
"unity-framework"
|
||||
],
|
||||
"author": {
|
||||
"name": "ALEXTANGXIAO",
|
||||
"email": "574809918@qq.com",
|
||||
"url": "https://github.com/ALEXTANGXIAO/TEngine"
|
||||
}
|
||||
"author": {
|
||||
"name": "Alex",
|
||||
"email": "574809918@qq.com",
|
||||
"url": "https://github.com/Alex-Rachel"
|
||||
},
|
||||
"name": "com.alex.tengine",
|
||||
"displayName": "TEngine",
|
||||
"version": "6.0.0",
|
||||
"license": "MIT",
|
||||
"unity": "2021.3.30f1",
|
||||
"description": "TEngine for Unity.\nSupports the following features:\n-Efficient Background Rendering\n-Horizontal Planes\n-Depth Data\n-Anchors\n-Hit Testing\n-Occlusion",
|
||||
"keywords": [
|
||||
"TEngine",
|
||||
"Unity",
|
||||
"Hotfix",
|
||||
"hotupdate",
|
||||
"core"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Alex-Rachel/TEngine.git"
|
||||
},
|
||||
"documentationUrl": "https://github.com/Alex-Rachel/TEngine/blob/main/README.md",
|
||||
"changelogUrl": "https://github.com/Alex-Rachel/TEngine/blob/main/CHANGELOG.md",
|
||||
"licensesUrl": "https://github.com/Alex-Rachel/TEngine/blob/main/LICENSE",
|
||||
"dependencies": {}
|
||||
}
|
Reference in New Issue
Block a user