level 2
mmwz12
楼主
unity里出现了一个文件
文件打开后出现了一段代码
代码内容:
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.postprocessing",
"expression": "2.1.0",
"define": "CINEMACHINE_POST_PROCESSING_V2"
},
{
"name": "com.unity.timeline",
"expression": "0.0.0-builtin",
"define": "CINEMACHINE_TIMELINE"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "5.3.1",
"define": "CINEMACHINE_HDRP"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "7.0.0",
"define": "CINEMACHINE_HDRP_7_0_0"
},
{
"name": "com.unity.modules.physics2d",
"expression": "1.0.0",
"define": "CINEMACHINE_PHYSICS_2D"
},
{
"name": "com.unity.modules.physics",
"expression": "1.0.0",
"define": "CINEMACHINE_PHYSICS"
},
{
"name": "com.unity.ugui",
"expression": "1.0.0",
"define": "CINEMACHINE_UGUI"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "7.0.0",
"define": "CINEMACHINE_LWRP_7_0_0"
}
]
}
求解!
2020年08月10日 03点08分
1
文件打开后出现了一段代码
代码内容:
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.postprocessing",
"expression": "2.1.0",
"define": "CINEMACHINE_POST_PROCESSING_V2"
},
{
"name": "com.unity.timeline",
"expression": "0.0.0-builtin",
"define": "CINEMACHINE_TIMELINE"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "5.3.1",
"define": "CINEMACHINE_HDRP"
},
{
"name": "com.unity.render-pipelines.high-definition",
"expression": "7.0.0",
"define": "CINEMACHINE_HDRP_7_0_0"
},
{
"name": "com.unity.modules.physics2d",
"expression": "1.0.0",
"define": "CINEMACHINE_PHYSICS_2D"
},
{
"name": "com.unity.modules.physics",
"expression": "1.0.0",
"define": "CINEMACHINE_PHYSICS"
},
{
"name": "com.unity.ugui",
"expression": "1.0.0",
"define": "CINEMACHINE_UGUI"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "7.0.0",
"define": "CINEMACHINE_LWRP_7_0_0"
}
]
}
求解!