Development repository for FSR2 integration into Unity Post-Processing Stack V2.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
799 B

{
"name": "Unity.Postprocessing.Runtime",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"versionDefines": [
{
"name": "com.unity.render-pipelines.lightweight",
"expression": "1.0.0",
"define": "LWRP_1_0_0_OR_NEWER"
},
{
"name": "com.unity.render-pipelines.universal",
"expression": "1.0.0",
"define": "UNIVERSAL_1_0_0_OR_NEWER"
},
{
"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"
}
]
}