HuePuzzle/Assets/Plugins/CW/Shared/Common/CW.Common.asmdef
2025-11-21 16:12:41 +09:00

29 lines
767 B
Plaintext

{
"name": "CW.Common",
"rootNamespace": "",
"references": [
"Unity.InputSystem",
"Unity.RenderPipelines.Core.Runtime",
"Unity.RenderPipelines.HighDefinition.Runtime"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "",
"define": "__HDRP__"
},
{
"name": "com.unity.inputsystem",
"expression": "",
"define": "__INPUTSYSTEM__"
}
],
"noEngineReferences": false
}