Initial commit

This commit is contained in:
MuHua-123
2025-06-17 11:09:05 +08:00
commit 5e7fa2ef57
247 changed files with 22582 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "muhua-ui-tool",
"version": "1.0.0",
"displayName": "MuHua UITool",
"description": "\u57fa\u4e8eUI Toolkit\u7684\u6269\u5c55\u5de5\u5177\u5305",
"author": {
"name": "MuHua",
"email": "muhua233@qq.com"
},
"type": "tool",
"samples": [
{
"displayName": "Example",
"description": "An example showing how to use the UITool.",
"path": "Samples~"
}
],
"dependencies": {
"com.unity.shadergraph": "14.0.11",
"com.unity.render-pipelines.core": "14.0.11"
}
}