發表文章

目前顯示的是 9月, 2020的文章

Oculus Quest with Virtual Desktop

圖片
  摘要: Oculus Quest結合Virtual Desktop(以下稱VD)軟體,可實現遠端無線高品質VR體驗。 Virtual Desktop Virtual Desktop VR Patch for Quest Oculus Quest play Steam VR games with Virtual Desktop --- Virtual Desktop - PC desktop & VR games PC端與Quest各自安裝VD軟體,PC端輸入Quest使用者ID後自動搜索配對,連線速度很快,且可網際網路連線不需要在同一網域。不過連線安全性有疑慮,自動連線無其他安全驗證方式。 VR體驗感很好,透過VR裝置上的鏡頭做室內3D空間定位,不須額外架設感應基地台,無線VR行動自由,還有穿透模式(不用取下VR裝置透過攝影機畫面看到外面實景),藉由VD畫面串流體驗高品質內容,以Wi-Fi 5連線低延遲,輸入方面除了VR控制器還有手勢辨識,可支援Oculus/Steam的VR遊戲,唯一需要注意VR裝置電量使用情形連續使用約1~2小時。 Desktop mode video bitrate : ~32 Mbps VR mode video bitrate : ~93 Mbps // 中文路徑可能造成SideQuest無法正常安裝Virtual Desktop VR Patch // 欲執行Steam或Oculus平台上的VR遊戲時,必須處於已登入的狀態 // Quest以手機無線基地台方式連線時,無法正常與VD連線 // 網際網路連線環境需開啟UPnP功能或是設定Port forwarding --- Virtual Desktop - My UE4Game 正常流程執行UE4Game時會發生無法順利連結VR模式的問題(無法全螢幕運行、VR控制器無法正常運作),需要執行以下程式開啟「Auto-inject」模式。 // 與VD中斷連線後將會關閉自動注入(auto-inject) RunMyUE4Game.vbs Set WinScriptHost = CreateObject("WScript.Shell") Return = WinScriptHost.Run("Powershell.exe -File "&quo

[UE4] 自動存檔與備份設定

C:\Program Files\Epic Games\UE_[Version]\Engine\Config BaseEditorPerProjectUserSettings.ini [/Script/UnrealEd.EditorLoadingSavingSettings] ; True if we should automatically load a default level at start up LoadLevelAtStartup=ProjectDefault ; True if we should automatically reimport textures when a change to source content is detected bAutoReimportTextures=False bAutoReimportCSV=False ; Whether to mark blueprints dirty if they are automatically migrated during loads bDirtyMigratedBlueprints=False ; Whether to automatically save after a time interval bAutoSaveEnable=True ; Whether to automatically save maps during an autosave bAutoSaveMaps=True ; Whether to automatically save content packages during an autosave bAutoSaveContent=True ; The time interval after which to save AutoSaveTimeMinutes=10 ; The minimum number of seconds to wait after the last user interactions (with the editor) before auto-save can trigger. AutoSaveInteractionDelayInSeconds=15 ; The number of seconds warning befo