File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Assets/WebGLTemplates/KomodoWebXRFullView2020 Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,8 @@ RESULT = …
197197- Display ping/pong _ RESULT_
198198- Display client names _ RESULT_
199199- No extra clients _ RESULT_
200+
201+ ** Reconnection**
200202- Close connection and rejoin _ RESULT_
201203- Leave and rejoin _ RESULT_
202204
@@ -214,9 +216,13 @@ RESULT = …
214216** Can use keyboard controls**
215217- rotate (` Q ` ` E ` ` 2 ` ` 3 ` or Left Mouse Drag) _ RESULT_
216218- strafe (` W ` ` A ` ` S ` ` D ` ) _ RESULT_
217- - pan (Middle Mouse Drag) _ RESULT_
218219- hyperspeed scroll (Mouse Scroll) _ RESULT_
219220
221+ ** Can use mouse controls**
222+ - click-drag to rotate view _ RESULT_
223+ - pan (Middle Mouse Drag) _ RESULT_
224+ - right-click (no dragging yet) to teleport _ RESULT_
225+
220226## Bugs
221227- STEPS_TO_REPRODUCE
222228 - EXPECTED_RESULT
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ PlayerSettings:
211211 - {fileID: 11400000, guid: a5e5b7605fb48984988490688c2a74e2, type: 2}
212212 - {fileID: 11400000, guid: 8fed9c7708c5a6b46bbde22d82990e10, type: 2}
213213 - {fileID: 2478256764130162806, guid: 552445d583cb06c4eaf9d56596dd45c2, type: 2}
214- - {fileID: 0}
215214 metroInputSource : 0
216215 wsaTransparentSwapchain : 0
217216 m_HolographicPauseOnTrackingLoss : 1
@@ -728,7 +727,7 @@ PlayerSettings:
728727 metroSplashScreenUseBackgroundColor : 0
729728 platformCapabilities :
730729 WindowsStoreApps :
731- EnterpriseAuthentication : False
730+ CodeGeneration : False
732731 OfflineMapsManagement : False
733732 HumanInterfaceDevice : False
734733 Location : False
@@ -761,10 +760,10 @@ PlayerSettings:
761760 PointOfService : False
762761 RecordedCallsFolder : False
763762 Contacts : False
763+ Proximity : False
764764 InternetClient : False
765- CodeGeneration : False
766765 BackgroundMediaPlayback : False
767- Proximity : False
766+ EnterpriseAuthentication : False
768767 metroTargetDeviceFamilies :
769768 Desktop : False
770769 Holographic : False
You can’t perform that action at this time.
0 commit comments