修复UITool包依赖BUG
This commit is contained in:
@@ -14,5 +14,8 @@
|
|||||||
"description": "An example showing how to use the UITool.",
|
"description": "An example showing how to use the UITool.",
|
||||||
"path": "Samples~"
|
"path": "Samples~"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.render-pipelines.core": "14.0.11"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -307,7 +307,9 @@
|
|||||||
"version": "file:UITool",
|
"version": "file:UITool",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "embedded",
|
"source": "embedded",
|
||||||
"dependencies": {}
|
"dependencies": {
|
||||||
|
"com.unity.render-pipelines.core": "14.0.11"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"muhua-urp-extend": {
|
"muhua-urp-extend": {
|
||||||
"version": "file:URPExtend",
|
"version": "file:URPExtend",
|
||||||
|
|||||||
Reference in New Issue
Block a user