Skip to content

Commit 49ba2f4

Browse files
Logan Langdevloglogan
authored andcommitted
Update XR sim link in docs
1 parent 7fc223f commit 49ba2f4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/.idea/navEditor.xml
1010
/.idea/assetWizardSettings.xml
1111
/.vscode/
12+
/.cache/
1213
.DS_Store
1314
/build
1415
/captures
@@ -17,6 +18,7 @@
1718
local.properties
1819
/thirdparty/ovr_platform_sdk/
1920
/toolkit/src/gen/
21+
compile_commands.json
2022

2123
# Binaries
2224
*.o

docs/manual/xr_simulator.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
XR Simulator
44
============
55

6-
The `Meta XR Simulator <https://developers.meta.com/horizon/downloads/package/meta-xr-simulator>`_ allows developers to test XR applications on their desktop computer (Windows or MacOS),
6+
The `Meta XR Simulator <https://developers.meta.com/horizon/documentation/native/xrsim-intro/>`_ allows developers to test XR applications on their desktop computer (Windows or MacOS),
77
leading to faster iteration, because the app doesn't need to be deployed to the headset, and the developer doesn't need to constantly put the headset on and off.
88

99
Godot can be configured to launch the Meta XR Simulator when you run your game, and the Godot Meta Toolkit includes a tool to help you with that configuration!
1010

1111
Step-by-step instructions
1212
-------------------------
1313

14-
1. Download the `Meta XR Simulator <https://developers.meta.com/horizon/downloads/package/meta-xr-simulator>`_ and extract it somewhere on your computer.
14+
1. Download the `Meta XR Simulator <https://developers.meta.com/horizon/documentation/native/xrsim-intro/>`_ and extract it somewhere on your computer.
1515

1616
2. In the Godot editor, click **Project** -> **Tools** -> **Configure Meta XR Simulator...**
1717

toolkit/src/main/cpp/editor/meta_xr_simulator_dialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static const char *META_SIMULATOR_RUNTIME_NAME = "Meta XR Simulator";
2121
static const char *META_SIMULATOR_INSTRUCTIONS =
2222
"In order to allow Godot to run the Meta XR Simulator:\n\n"
2323
"[ol]\n"
24-
" Download the Meta XR Simulator using the [url=https://developer.oculus.com/meta-quest-developer-hub]Meta Quest Developer Hub[/url] or [url=https://developer.oculus.com/downloads/package/meta-xr-simulator/]download it directly[/url].\n"
24+
" Download the Meta XR Simulator using the [url=https://developer.oculus.com/meta-quest-developer-hub]Meta Quest Developer Hub[/url] or [url=https://developers.meta.com/horizon/documentation/native/xrsim-intro/]download it directly[/url].\n"
2525
" Extract the files into a folder on your computer.\n"
2626
" Enter the full path to the [code]meta_openxr_simulator.json[/code] file within that directory.\n"
2727
"[/ol]\n\n"

0 commit comments

Comments
 (0)