安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
I started it from within SteamVR but all that happened was that it started the 2D version on my desktop monitor. Now I found this topic and it seems the VR version is not working under Linux.
I really hope you will add VR support for Linux in the future. :-)
I read that you are using at least Unity 2017.2 now: http://universesandbox.com/blog/2018/03/update-20-5/ so I bought and tried it.
VR mode does *not* launch by default. For the VR mode you have to add the parameter "-vrmode openvr" in steam properties or start it from command line like ./Universe\ Sandbox.x86_64 -vrmode openvr.
Unfortunately you have to confirm a steamvr dashboard dialog (why???) but the VR mode WORKS.
Here is a short demo video: https://youtu.be/DTk3xln7C0Y
Unfortunately (at least on the AMD radv vulkan driver) it crashes on startup if you add the parameter "-force-vulkan", so it only works in OpenGL mode which has suboptimal performance, but still works. Perhaps in a more recent Unity version the Vulkan renderer can work.
Using proton did work and VR was fine, unfortunately, sound was missing and performance was pretty bad :/
Now i have to decide if i refund it, i bought it primarily for VR...
steam://rungameid/230290
this successfully launches in regular mode. I tried
steam steam://rungameid/230290 -vrmode openvr
and it still launch in regular mode . Can someone provide the exact command line (with paths) to launch in VR mode? If it doesn't work I'll have to ask for a refund
I'm using Ubuntu 19.10 with Valve Index
Here's a conversation about where the binaries are installed:
https://askubuntu.com/questions/227502/where-are-steam-games-installed
but it does seem to try to start in vr mode when I give it the paramter -vrmode openvr.
I don't know if steam steam://rungameid/230290 -vrmode openvr is actually supposed to work. Best to either put it in the game launch options in the properties in steam or start it from command line like ./Universe\ Sandbox.x86_64 -vrmode openvr
On some systems it might help to use the steam runtime's run.sh script for that, it would look something like
~/.steam/steam/ubuntu12_32/steam-runtime/run.sh ./Universe\ Sandbox.x86_64 -vrmode openvr