Updated namespace;
Added UTSPass; Chnaged the RTHanlde _HairShadowMap to not reallocate when screen resolution decreased;
This commit is contained in:
44
Editor/Misaki.HdrpToon.Editor.asmdef
Normal file
44
Editor/Misaki.HdrpToon.Editor.asmdef
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user