Files
Fishing2/Packages/com.jbooth.microsplat.core/Scripts/JBooth.MicroSplat.Core.asmdef
2025-06-04 09:09:39 +08:00

34 lines
909 B
Plaintext

{
"name": "JBooth.MicroSplat.Core",
"references": [
"Unity.RenderPipelines.Universal.Runtime",
"Unity.RenderPipelines.HighDefinition.Runtime"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"Substance.Game.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.modules.ui",
"expression": "",
"define": "__MICROSPLAT__"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "",
"define": "USING_URP"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "",
"define": "USING_HDRP"
}
],
"noEngineReferences": false
}