OldBlueWater/BlueWater/Assets/Crest/Crest-Examples/Crest.Examples.asmdef
2023-08-01 13:03:57 +09:00

51 lines
1.4 KiB
Plaintext

{
"name": "Crest.Examples",
"rootNamespace": "",
"references": [
"Crest",
"Unity.RenderPipelines.Core.Runtime",
"Unity.InputSystem",
"Unity.RenderPipelines.Universal.Runtime",
"Unity.RenderPipelines.HighDefinition.Runtime"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.modules.vr",
"expression": "1.0.0",
"define": "ENABLE_VR_MODULE"
},
{
"name": "com.unity.modules.xr",
"expression": "1.0.0",
"define": "ENABLE_XR_MODULE"
},
{
"name": "com.unity.inputsystem",
"expression": "",
"define": "CREST_UNITY_INPUT"
},
{
"name": "com.unity.render-pipelines.core",
"expression": "",
"define": "CREST_SRP"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "CREST_URP"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "",
"define": "CREST_HDRP"
}
],
"noEngineReferences": false
}