Files
com.misaki.hdrp-toon/Editor/Misaki.HdrpToon.Editor.asmdef
2025-01-23 23:56:32 +09:00

40 lines
1.2 KiB
Plaintext

{
"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",
"Misaki.ShaderGUI"
],
"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.core",
"expression": "12.0.0",
"define": "SRPCORE_NEWERTHAN12_IS_INSTALLED_FOR_UTS"
}
],
"noEngineReferences": false
}