We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08da80 commit 19852bbCopy full SHA for 19852bb
2 files changed
Assets/Scenes/VirtualMotionCapture.unity
@@ -2536,7 +2536,7 @@ MonoBehaviour:
2536
m_EditorClassIdentifier:
2537
IsBeta: 0
2538
IsPreRelease: 0
2539
- VersionString: v0.60f1r1b5
+ VersionString: v0.60f1r1b7
2540
LeftWristTransform: {fileID: 0}
2541
RightWristTransform: {fileID: 0}
2542
BackgroundRenderer: {fileID: 892957809}
docs/redirect/redirect.js
@@ -1,5 +1,6 @@
1
const allowedURLs = [
2
- 'ms-settings:*'
+ 'ms-settings:*',
3
+ 'vrmonitor:*'
4
];
5
6
const r = new URLSearchParams(window.location.search).get('r');
0 commit comments