init push 0.2.4

This commit is contained in:
2025-04-10 15:32:00 +08:00
commit 0dbb68555b
74 changed files with 93162 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "com.lrss3.deconstruction",
"displayName": "Deconstruction Tool Library",
"version": "0.2.4",
"unity": "2021.3",
"description": "提供尽可能齐全用法的宏库。\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"
}
]
}