update libs

This commit is contained in:
Kirill Chikalin
2025-02-13 17:48:12 +03:00
parent e17e7c2786
commit 275dc598c7
816 changed files with 22479 additions and 10792 deletions

View File

@@ -1,6 +1,11 @@
{
"name": "asset-store-tools-editor",
"references": [],
"rootNamespace": "",
"references": [
"Unity.RenderPipelines.Universal.Runtime",
"Unity.RenderPipelines.Core.Runtime",
"Unity.RenderPipelines.HighDefinition.Runtime"
],
"includePlatforms": [
"Editor"
],
@@ -10,6 +15,22 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.universal",
"expression": "1.0.0",
"define": "AST_URP_AVAILABLE"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "1.0.0",
"define": "AST_HDRP_AVAILABLE"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "12.0.0",
"define": "AST_HDRP_AVAILABLE_V12"
}
],
"noEngineReferences": false
}