Files
XericLibrary-Publish/package.json
2025-04-10 15:32:00 +08:00

16 lines
544 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}
]
}