Skip to content

Commit

Permalink
Adding v1.5.1 to downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
decacis committed Aug 24, 2024
1 parent 54cb859 commit 31a6c3b
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -122,6 +122,12 @@ The interactive list bellow will help you find all of the precompiled releases f
"name": "v1.5.0",
"url": "https://github.com/decacis/godot_oculus_platform/releases/tag/v1.5.0_godot-4.2.0-stable_sdk-66.0"
}
],
"67.0": [
{
"name": "v1.5.0",
"url": "https://github.com/decacis/godot_oculus_platform/releases/tag/v1.5.1_godot-4.2.0-stable_sdk-67.0"
}
]
}
}
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 (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.
While you can use this plugin in the editor to get code suggestions, it **only works with the Meta Quest (Android), 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 31a6c3b

Please sign in to comment.