Skip to content

Commit

Permalink
Added v1.3.3-beta to downloads & documented changes
Browse files Browse the repository at this point in the history
  • Loading branch information
decacis committed Nov 9, 2023
1 parent 754c237 commit 6a46be4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ The interactive list bellow will help you find all of the precompiled releases f
"name": "v1.3.2-beta",
"url": "https://github.com/decacis/godot_oculus_platform/releases/tag/v1.3.2-beta_godot-4.1.3-stable_sdk-57.0"
}
],
"59.0": [
{
"name": "v1.3.3-beta",
"url": "https://github.com/decacis/godot_oculus_platform/releases/tag/v1.3.3-beta_godot-4.1.3-stable_sdk-59.0"
}
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions docs/functions/challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Example response:
"api_name": "MY_LEADERBOARD_0",
"destination": {
"display_name": "Rush Mountain",
"shareable_uri": "https://example.org/some_uri_to_share",
"api_name": "MY_DESTINATION_0",
"deeplink_message": "MY_DESTINATION_0_RUSH"
}
Expand Down Expand Up @@ -113,6 +114,7 @@ Example response:
"api_name": "MY_LEADERBOARD_0",
"destination": {
"display_name": "Rush Mountain",
"shareable_uri": "https://example.org/some_uri_to_share",
"api_name": "MY_DESTINATION_0",
"deeplink_message": "MY_DESTINATION_0_RUSH"
}
Expand Down
1 change: 1 addition & 0 deletions docs/functions/group-presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Example response:
},
"destination": {
"display_name": "My Destination",
"shareable_uri": "https://example.org/some_uri_to_share",
"api_name": "MY_DESTINATION_0",
"deep_link_message": "MY_DESTINATION_0_DL"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the documentation site for the Godot Oculus Platform, an implementation of the [Oculus Platform SDK](https://developer.oculus.com/documentation/native/ps-platform-intro/) for the [Godot Engine](https://godotengine.org).

While you can use this plugin in the editor to get code suggestions, it **only works with the Meta Quest**, not PCVR at the moment. If you plan to develop for both the Quest and PCVR, you should add a platform check and only use this plugin when the platform is Android.
While you can use this plugin in the editor to get code suggestions, it **only works with the Meta Quest**, not PCVR (Rift) at the moment. If you plan to develop for both the Quest and Rift, you should add a platform check and only use this plugin when the platform is Android.

Please note that both the documentation and the plugin itself are in development and may be incomplete.

Expand Down

0 comments on commit 6a46be4

Please sign in to comment.