Files
com.misaki.hdrp-toon/Editor/Unity.ToonShader.Editor.asmdef
2024-08-15 17:00:11 +09:00

44 lines
1.3 KiB
Plaintext

{
"name": "Unity.Toonshader.Editor",
"rootNamespace": "Unity.Toonshader.Editor",
"references": [
"Unity.Toonshader",
"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
}