Updated namespace;

Added UTSPass;
Chnaged the RTHanlde _HairShadowMap to not reallocate when screen resolution decreased;
This commit is contained in:
Misaki
2025-01-08 22:19:04 +09:00
parent 23862b4380
commit a7a9ad16b5
33 changed files with 457 additions and 599 deletions

View File

@@ -0,0 +1,44 @@
{
"name": "Misaki.HdrpToon.Editor",
"rootNamespace": "Misaki.HdrpToon.Editor",
"references": [
"Misaki.HdrpToon",
"Unity.RenderPipelines.Core.Runtime",
"Unity.RenderPipelines.Core.Editor",
"Unity.RenderPipelines.HighDefinition.Runtime",
"Unity.RenderPipelines.HighDefinition.Editor",
"Unity.Collections"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "",
"define": "HDRP_IS_INSTALLED_FOR_UTS"
},
{
"name": "com.unity.render-pipelines.core",
"expression": "",
"define": "SRPCORE_IS_INSTALLED_FOR_UTS"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "URP_IS_INSTALLED_FOR_UTS"
},
{
"name": "com.unity.render-pipelines.core",
"expression": "12.0.0",
"define": "SRPCORE_NEWERTHAN12_IS_INSTALLED_FOR_UTS"
}
],
"noEngineReferences": false
}