Skip to content

Commit efb8a02

Browse files
committed
Create Godot Meta Toolkit Demo Project
1 parent 1b3828a commit efb8a02

File tree

11 files changed

+645
-97
lines changed

11 files changed

+645
-97
lines changed

demo/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Godot 4+ specific ignores
22
.godot/
33
android/
4+
5+
addons/godotopenxrvendors/
6+
local.gd

demo/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Godot Meta Toolkit Demo
2+
3+
> Note: this project requires Godot 4.3 or later
4+
5+
This is a demo project demonstrating usage of the Meta Platform SDK in a Godot project. Features of the Platform SDK showcased include:
6+
7+
- Achievements (simple, count, and bitfield)
8+
- Downloadable content
9+
- Displaying bidirectional followers that also own the app
10+
- Displaying user's name, profile image, and entitlement status
11+
12+
For more info on using the Platform SDK, see [Getting Started with the Meta Platform SDK](https://godot-sdk-integrations.github.io/godot-meta-toolkit/manual/platform_sdk/getting_started.html) in the official docs.

demo/assets/gltf/turkey.glb

-29.9 KB
Binary file not shown.

demo/assets/gltf/turkey.glb.import

Lines changed: 0 additions & 38 deletions
This file was deleted.

demo/export_presets.cfg

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ architectures/armeabi-v7a=false
3131
architectures/arm64-v8a=true
3232
architectures/x86=false
3333
architectures/x86_64=false
34-
version/code=1
34+
version/code=10
3535
version/name=""
36-
package/unique_name="com.meta.w4.godot.toolkit.demo"
37-
package/name=""
36+
package/unique_name="com.w4.godot.toolkit.demo"
37+
package/name="Godot Meta Toolkit Demo"
3838
package/signed=true
3939
package/app_category=2
4040
package/retain_data_on_uninstall=false
@@ -124,7 +124,7 @@ permissions/install_location_provider=false
124124
permissions/install_packages=false
125125
permissions/install_shortcut=false
126126
permissions/internal_system_window=false
127-
permissions/internet=false
127+
permissions/internet=true
128128
permissions/kill_background_processes=false
129129
permissions/location_hardware=false
130130
permissions/manage_accounts=false
@@ -139,6 +139,7 @@ permissions/mount_format_filesystems=false
139139
permissions/mount_unmount_filesystems=false
140140
permissions/nfc=false
141141
permissions/persistent_activity=false
142+
permissions/post_notifications=false
142143
permissions/process_outgoing_calls=false
143144
permissions/read_calendar=false
144145
permissions/read_call_log=false
@@ -220,7 +221,19 @@ meta_xr_features/use_overlay_keyboard=false
220221
meta_xr_features/use_experimental_features=false
221222
meta_xr_features/boundary_mode=2
222223
meta_xr_features/quest_1_support=false
223-
meta_xr_features/quest_2_support=false
224+
meta_xr_features/quest_2_support=true
224225
meta_xr_features/quest_3_support=true
225226
meta_xr_features/quest_pro_support=true
226227
xr_features/enable_pico_plugin=false
228+
khronos_xr_features/vendors=0
229+
khronos_xr_features/htc/hand_tracking=0
230+
khronos_xr_features/htc/tracker=0
231+
khronos_xr_features/htc/eye_tracking=0
232+
khronos_xr_features/htc/lip_expression=0
233+
meta_xr_features/body_tracking=0
234+
meta_xr_features/use_anchor_sharing=false
235+
pico_xr_features/eye_tracking=0
236+
pico_xr_features/face_tracking=0
237+
pico_xr_features/hand_tracking=0
238+
xr_features/enable_magicleap_plugin=false
239+
magicleap_xr_features/hand_tracking=0

demo/icon.svg.import

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,27 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://cmm67scocnrpg"
6-
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
6+
path.s3tc="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.s3tc.ctex"
7+
path.etc2="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.etc2.ctex"
78
metadata={
8-
"vram_texture": false
9+
"imported_formats": ["s3tc_bptc", "etc2_astc"],
10+
"vram_texture": true
911
}
1012

1113
[deps]
1214

1315
source_file="res://icon.svg"
14-
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
16+
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.s3tc.ctex", "res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.etc2.ctex"]
1517

1618
[params]
1719

18-
compress/mode=0
20+
compress/mode=2
1921
compress/high_quality=false
2022
compress/lossy_quality=0.7
2123
compress/hdr_compression=1
2224
compress/normal_map=0
2325
compress/channel_pack=0
24-
mipmaps/generate=false
26+
mipmaps/generate=true
2527
mipmaps/limit=-1
2628
roughness/mode=0
2729
roughness/src_normal=""
@@ -31,7 +33,7 @@ process/normal_map_invert_y=false
3133
process/hdr_as_srgb=false
3234
process/hdr_clamp_exposure=false
3335
process/size_limit=0
34-
detect_3d/compress_to=1
35-
svg/scale=1.0
36+
detect_3d/compress_to=0
37+
svg/scale=2.0
3638
editor/scale_with_editor_scale=false
3739
editor/convert_colors_with_editor_theme=false

0 commit comments

Comments
 (0)