Newer
Older
CGTrack / Assets / Oculus / Platform / Editor / Oculus.Platform.Editor.asmdef
@Pascal Syma Pascal Syma on 25 Jul 2021 548 bytes Initial Commit
{
    "name": "Oculus.Platform.Editor",
    "references": [
        "Oculus.Platform"
    ],
    "optionalUnityReferences": [],
    "includePlatforms": [
        "Editor"
    ],
    "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"
        }
    ]
}