diff options
| author | realtradam <[email protected]> | 2022-12-05 23:17:56 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-05 23:17:56 -0500 |
| commit | 6b7f05daefae6e127d3fc5c75ca725c9b1478bf1 (patch) | |
| tree | e98f1846aeae979e4e4ec9b361d19b7d8d40b940 /ProjectSettings/XRSettings.asset | |
| download | UnityDancingGraph-6b7f05daefae6e127d3fc5c75ca725c9b1478bf1.tar.gz UnityDancingGraph-6b7f05daefae6e127d3fc5c75ca725c9b1478bf1.zip | |
init
Diffstat (limited to 'ProjectSettings/XRSettings.asset')
| -rw-r--r-- | ProjectSettings/XRSettings.asset | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset new file mode 100644 index 0000000..482590c --- /dev/null +++ b/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +}
\ No newline at end of file |
