Files
plugin-library/Assets/01.HybridCLR/package.json

22 lines
738 B
JSON
Raw Normal View History

2025-03-31 14:55:24 +08:00
{
"name": "com.code-philosophy.hybridclr",
2026-04-13 22:59:23 +08:00
"version": "8.11.0",
2025-03-31 14:55:24 +08:00
"displayName": "HybridCLR",
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
2025-06-12 18:00:06 +08:00
"category": "Scripting",
2026-04-13 22:59:23 +08:00
"documentationUrl": "https://www.hybridclr.cn/#/",
"changelogUrl": "https://www.hybridclr.cn/#/other/changelog",
2025-03-31 14:55:24 +08:00
"licensesUrl": "https://github.com/focus-creative-games/hybridclr_unity/blob/main/LICENSE",
"keywords": [
"HybridCLR",
"hotupdate",
"hotfix",
"focus-creative-games",
"code-philosophy"
],
"author": {
"name": "Code Philosophy",
"email": "hybridclr@code-philosophy.com",
"url": "https://code-philosophy.com"
}
}