1
0
Fork
You've already forked SlimeTest
0
No description
  • GDScript 100%
Find a file
2022年11月08日 19:32:33 +01:00
addons/godot-xr-tools remove imports 2022年11月08日 18:15:01 +01:00
android/plugins Add Android support and setup 2022年09月30日 15:36:36 +10:00
assets remove imports 2022年11月08日 18:15:01 +01:00
game add BeepCube 2022年11月08日 19:32:33 +01:00
scenes Adding basketball game and some plants and stuff 2022年02月26日 00:01:49 +11:00
.gitattributes first commit 2022年01月28日 18:59:55 +11:00
.gitignore add BeepCube 2022年11月08日 19:32:33 +01:00
default_bus_layout.tres first commit 2022年01月28日 18:59:55 +11:00
export_presets.cfg Add Android support and setup 2022年09月30日 15:36:36 +10:00
icon.png first commit 2022年01月28日 18:59:55 +11:00
LICENSE first commit 2022年01月28日 18:59:55 +11:00
Main.gd Add Android support and setup 2022年09月30日 15:36:36 +10:00
Main.tscn add BeepCube 2022年11月08日 19:32:33 +01:00
openxr_action_map.tres fixed shaders due to syntax changes 2022年06月16日 17:50:45 +10:00
project.godot add BeepCube 2022年11月08日 19:32:33 +01:00
README.md Add Android support and setup 2022年09月30日 15:36:36 +10:00

Godot 4 OpenXR demo project

What you are looking at is my absolutely crappy demo project for testing the OpenXR logic we're porting into Godot 4 core. Maybe one day it will evolve into a proper demo project (thats the hope).

Contributions are super welcome.

Deploying on Android

In order to run Godot 4 on Android devices you must use Godot 4 beta 2 or later. You also need the loader plugin which can be found here: https://github.com/GodotVR/godot_openxr_loaders

A copy of this loader is embedded in this repo. Currently only Meta Quest is supported.

Before exporting to Quest make sure the Android Build Templates are installed. In Godot run Project->Install Android Build templates to do so.

If you have already installed the build templates with an older version of Godot, delete the android/build folder and android/.build_version file and re-run the Install Android Build templates function.

Godot XR Tools

This repo uses an older version of Godot XR tools ported to Godot 4. We are hard at work preparing the latest version of this toolkit so it can be converted to Godot 4. Check https://github.com/GodotVR/godot-xr-tools for regular updates.

License

This project is provided under the MIT license

Check license files in the asset and addons folders for 3rd party licenses.