package.json 452 Bytes
Newer Older
jang dong hyeok's avatar
.    
jang dong hyeok committed
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "com.unity.modules.vr",
    "version": "1.0.0",
    "type": "module",
    "displayName": "VR",
    "description": "The VR module implements support for virtual reality devices in Unity. Scripting API: https://docs.unity3d.com/ScriptReference/UnityEngine.VRModule.html",
    "dependencies": {
        "com.unity.modules.jsonserialize": "1.0.0",
        "com.unity.modules.physics": "1.0.0",
        "com.unity.modules.xr": "1.0.0"
    }
}