-
-
Notifications
You must be signed in to change notification settings - Fork 214
Expand file tree
/
Copy pathdownload_platforms.yml
More file actions
139 lines (120 loc) · 2.08 KB
/
download_platforms.yml
File metadata and controls
139 lines (120 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
- name: "templates"
title: "Export templates"
caption: ""
tags:
- "Used to export your games to all supported platforms"
- name: "aar_library"
title: "AAR library"
caption: ""
tags:
- Android plugins
- Java
- Kotlin
- name: "android.apk"
title: "Android"
caption: "APK - Universal"
tags:
- APK download
- arm64
- arm32
- x86_64
- x86_32
- name: "android.playstore"
title: "Android"
caption: "Play Store"
tags:
- Play Store
- arm64
- arm32
- x86_64
- x86_32
- name: "android.horizonos"
title: "Horizon OS"
caption: "APK - arm64"
tags:
- APK download
- Meta Quest 3 & Pro
- arm64
- name: "android.horizonstore"
title: "Horizon OS"
caption: "Horizon Store"
tags:
- Horizon Store
- Meta Quest 3 & Pro
- arm64
- name: android.picoos
title: Pico OS
caption: APK - arm64
tags:
- APK download
- PICO 4
- arm64
- name: "linux.32"
title: "Linux"
caption: "x86_32"
tags:
- x86_32
- name: "linux.64"
title: "Linux"
caption: "x86_64"
tags:
- x86_64
- name: "linux.arm32"
title: "Linux"
caption: "arm32"
tags:
- arm32
- name: "linux.arm64"
title: "Linux"
caption: "arm64"
tags:
- arm64
- name: "linux_server.64"
title: "Linux Server"
caption: "Export Template - x86_64"
tags:
- x86_64
- Headless
- name: "linux_server.headless.64"
title: "Linux Server"
caption: "Editor - x86_64"
tags:
- x86_64
- Headless
- name: "macos.universal"
title: "macOS"
caption: "Universal"
tags:
- arm64 (Apple Silicon)
- x86_64 (Intel)
- name: "macos.32"
title: "macOS"
caption: "x86_32"
tags:
- x86_32
- name: "macos.64"
title: "macOS"
caption: "x86_64"
tags:
- x86_64
- name: "web"
title: "Web editor"
caption: ""
tags:
- Self-hosted
- Cross-platform
- name: "windows.32"
title: "Windows"
caption: "x86_32"
tags:
- x86_32
- name: "windows.64"
title: "Windows"
caption: "x86_64"
tags:
- x86_64
- name: "windows.arm64"
title: "Windows"
caption: "arm64"
tags:
- arm64