修复通过Url添加插件后会报忽略静态文件的错误。

This commit is contained in:
2025-04-15 15:23:00 +08:00
parent ecedabd910
commit 92d2ecc9bd
93 changed files with 2357 additions and 5 deletions

View File

@@ -1,8 +1,15 @@
{
"name": "com.lrss3.deconstruction",
"displayName": "Deconstruction Tool Library",
"version": "0.2.4",
"version": "0.2.5",
"unity": "2021.3",
"description": "\u63d0\u4f9b\u5c3d\u53ef\u80fd\u9f50\u5168\u7528\u6cd5\u7684\u5b8f\u5e93\u3002\n\u6bd4\u5982\u6570\u5b66\uff0c\u5bf9\u8c61\uff0c\u6587\u672c\u7684\u5feb\u6377\u6269\u5c55\u7528\u6cd5\uff0c\u6216\u662f\u5bf9\u8c03\u8bd5\uff0c\u663e\u793a\uff0c\u8ba1\u7b97\u7684\u7528\u6cd5\u3002",
"type": "library"
}
"description": "包含20+个囊括各种方面的方法库,提供日常编程支持,包括但不限于:数学计算、参数平滑、工业控制、曲线绘制、对象控制、扩展迭代、空间变换、独特结构、文本语义、类型转换、机器编码、开发调试、动态生成、几何创建、快速池化、导航寻路、隔离控制、隔离输入、语义化委托、反射超驰、数学常数、单位换算、排序算法、程序调用、网络连接等。\r\n还有多种特殊类型包括但不限于多维布尔、样条曲线、超级单例、多例系统、邻居网络、四叉树、字典树、软引用封装器等等。\n以及包含多个开箱即用的常用脚本如瞄准看向、界面自适应玩家控制器等。\r\n\r\n需要注意插件内与平台API相关的指令默认使用windows平台在使用这部分内容时无法兼容其他平台。\n\n如果发现任何问题包括版本兼容性计算错误调用错误使用问题请与我联系。",
"type": "library",
"samples": [
{
"displayName": "Example Sample",
"description": "Replace this string with your own description of the sample. Delete the Samples folder if not needed.",
"path": "Samples~/Example"
}
]
}