File tree Expand file tree Collapse file tree 4 files changed +43
-8
lines changed
contributing/development/compiling Expand file tree Collapse file tree 4 files changed +43
-8
lines changed Original file line number Diff line number Diff line change
1
+ .. _doc_compiling_for_visionos :
2
+
3
+ Compiling for visionOS
4
+ ======================
5
+
6
+ .. seealso ::
7
+
8
+ This page describes how to compile visionOS export template binaries from source.
9
+ If you're looking to export your project to visionOS instead, see :ref: `doc_exporting_for_visionos `.
10
+
11
+ Compiling instructions for visionOS are currently identical to
12
+ :ref: `doc_compiling_for_ios `, except you should replace instances of
13
+ ``platform=ios `` with ``platform=visionos `` in the SCons options.
14
+ See the linked page for details.
Original file line number Diff line number Diff line change @@ -52,8 +52,9 @@ will try their best to cover all possible situations.
52
52
compiling_for_macos
53
53
compiling_for_android
54
54
compiling_for_ios
55
- cross-compiling_for_ios_on_linux
55
+ compiling_for_visionos
56
56
compiling_for_web
57
+ cross-compiling_for_ios_on_linux
57
58
58
59
.. rubric :: Other compilation targets and options
59
60
:heading-level: 2
Original file line number Diff line number Diff line change
1
+ .. _doc_exporting_for_visionos :
2
+
3
+ Exporting for visionOS
4
+ ======================
5
+
6
+ .. seealso ::
7
+
8
+ This page describes how to export a Godot project to visionOS.
9
+ If you're looking to compile export template binaries from source instead,
10
+ see :ref: `doc_compiling_for_visionos `.
11
+
12
+ Exporting instructions for visionOS are currently identical to
13
+ :ref: `doc_compiling_for_ios `, except you should add a **visionOS **
14
+ export preset instead of **iOS **. See the linked page for details.
15
+
16
+ .. note ::
17
+
18
+ Note that currently, only exporting an application for use on a flat
19
+ plane within the headset is supported. Immersive experiences are not supported.
Original file line number Diff line number Diff line change 8
8
.. seealso ::
9
9
10
10
This section is about exporting a build of your project. If you're trying
11
- to export properties from a script, see :ref: `doc_gdscript_exports ` or
11
+ to export properties from a script, see :ref: `doc_gdscript_exports ` or
12
12
:ref: `doc_c_sharp_exports `.
13
13
14
14
.. toctree ::
@@ -18,14 +18,15 @@ Export
18
18
exporting_projects
19
19
exporting_pcks
20
20
feature_tags
21
+ exporting_for_windows
21
22
exporting_for_linux
22
23
exporting_for_macos
23
- running_on_macos
24
- exporting_for_windows
25
- changing_application_icon_for_windows
26
- exporting_for_ios
27
24
exporting_for_android
28
- android_gradle_build
25
+ exporting_for_ios
26
+ exporting_for_visionos
29
27
exporting_for_web
30
- exporting_for_dedicated_servers
28
+ changing_application_icon_for_windows
29
+ running_on_macos
30
+ android_gradle_build
31
31
one-click_deploy
32
+ exporting_for_dedicated_servers
You can’t perform that action at this time.
0 commit comments