Newer
Older
CGTrack / Assets / Oculus / Platform / Oculus.Platform.asmdef
@Pascal Syma Pascal Syma on 25 Jul 2021 490 bytes Initial Commit
{
    "name": "Oculus.Platform",
    "references": [],
    "optionalUnityReferences": [],
    "includePlatforms": [],
    "excludePlatforms": [],
    "allowUnsafeCode": false,
    "versionDefines": [
        {
            "name": "com.unity.xr.management",
            "expression": "",
            "define": "USING_XR_MANAGEMENT"
        },
        {
            "name": "com.unity.xr.oculus",
            "expression": "",
            "define": "USING_XR_SDK_OCULUS"
        }
    ]
}