diff --git a/.gitignore b/.gitignore index 1dd8670..5f48b18 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,3 @@ oculussig_* cmake-build-debug demo/addons/godot_ovrmobile/libs/ demo/export_presets.cfg -ovr_sdk_mobile \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 51194f1..e96a1b3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,9 +1,11 @@ -Contributors -============ +Godot VR Contributors +===================== This project is based on [Bastiaan Olij](https://github.com/BastiaanOlij) VR plugin templates. -Special thanks goes to Paritosh Sharma (https://github.com/Paritosh97) who did a lot of the ground work as part of Google Summer of Code -Full credit of the bulk of the work getting this to work goes to Fredia Huya-Kouadio (https://github.com/m4gr3d) +Special thanks goes to [Paritosh Sharma](https://github.com/Paritosh97) who did a lot of the ground work as part of Google Summer of Code + +Full credit of the bulk of the work getting this to work goes to [Fredia Huya-Kouadio](https://github.com/m4gr3d) Other people who have helped out by submitting fixes, enhancements, etc are: +- [Holger Dammertz](https://github.com/NeoSpark314) - Want to be on this list? We would love your help. diff --git a/LICENSE b/LICENSE index ba86c43..2aea899 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -MIT License +MIT License - Godot Oculus Mobile Plugin -Copyright (c) 2018 Paritosh Sharma and Bastiaan Olij +Copyright (c) 2018-2020 Godot VR contributors (cf. CONTRIBUTORS.md) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 01fdc4d..bb2e61d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Oculus Mobile Godot plugin **Note:**
-This plugin is in **beta**.
If you'd like to contribute to the testing process, follow the instructions below to setup and use the plugin, and report any issues you encounter. Thanks!
@@ -17,7 +16,7 @@ The use of this plugin require Godot 3.2 or later. License ------- - This project is released under a MIT license. -- Please check the [Oculus Mobile SDK license](https://developer.oculus.com/licenses/mobile-3.2.1/) for information +- Please check the [Oculus Mobile SDK license](https://developer.oculus.com/licenses) for information about the Oculus Mobile SDK used in this project. Setup diff --git a/VERSION.md b/VERSION.md index fa71e1c..4659ffa 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,3 +1,3 @@ -1.0.0-beta -========== -Enable support for Oculus mobile devices on Godot. \ No newline at end of file +1.0.0 +===== +- Enable support for Oculus mobile devices on Godot. diff --git a/demo/export_presets.cfg b/demo/export_presets.cfg index e25f390..4a4db95 100644 --- a/demo/export_presets.cfg +++ b/demo/export_presets.cfg @@ -14,13 +14,14 @@ script_encryption_key="" [preset.0.options] -graphics/xr_mode=1 -graphics/degrees_of_freedom=1 graphics/32_bits_framebuffer=true +xr_features/xr_mode=1 +xr_features/degrees_of_freedom=2 +xr_features/hand_tracking=0 one_click_deploy/clear_previous_install=true -custom_package/debug="" -custom_package/release="" -custom_package/use_custom_build=false +custom_template/debug="" +custom_template/release="" +custom_template/use_custom_build=false command_line/extra_args="" version/code=1 version/name="1.0" @@ -34,11 +35,9 @@ screen/support_normal=true screen/support_large=true screen/support_xlarge=true screen/opengl_debug=false -launcher_icons/xxxhdpi_192x192="" -launcher_icons/xxhdpi_144x144="" -launcher_icons/xhdpi_96x96="" -launcher_icons/hdpi_72x72="" -launcher_icons/mdpi_48x48="" +launcher_icons/main_192x192="" +launcher_icons/adaptive_foreground_432x432="" +launcher_icons/adaptive_background_432x432="" keystore/debug="" keystore/debug_user="" keystore/debug_password="" diff --git a/godot_headers b/godot_headers index 4fa11f8..ddf67cc 160000 --- a/godot_headers +++ b/godot_headers @@ -1 +1 @@ -Subproject commit 4fa11f8c2a8029df7d6f30904297afcb42c4906c +Subproject commit ddf67cc7b8274c5fb77a71c828bab2991f1ee12a diff --git a/ovr_sdk_mobile/.gitignore b/ovr_sdk_mobile/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/ovr_sdk_mobile/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore