Files
XericLibrary-Publish/package.json

16 lines
544 B
JSON
Raw Normal View History

2025-04-10 15:32:00 +08:00
{
"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"
}
]
}