TEngine 6

This commit is contained in:
Alex-Rachel
2025-03-07 23:09:46 +08:00
parent aad8ff3ee5
commit 551727687f
1988 changed files with 46223 additions and 94880 deletions

View File

@@ -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": {}
}