-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta Quest 2 / 3 support #219
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
RevoluPowered
force-pushed
the
gordon/fixed-vr-working
branch
2 times, most recently
from
July 3, 2024 15:53
85428b4
to
f395ef9
Compare
RevoluPowered
force-pushed
the
gordon/fixed-vr-working
branch
from
July 15, 2024 17:55
b56187b
to
9afe7c7
Compare
RevoluPowered
force-pushed
the
gordon/fixed-vr-working
branch
from
July 19, 2024 23:05
4d9237a
to
f16e5be
Compare
RevoluPowered
commented
Jul 23, 2024
mirror-godot-app/creator/selection/inspector/categories/inspector_environment.gd
Outdated
Show resolved
Hide resolved
Fixed by renaming the executable to The Mirror Dev |
We need to remove the debug shapes I added to the world for renderer tests. |
Add engine builds to the-mirror repo as i need the debug_template for the headset Fix env Remove binary stripping from android Android template zip fix fix artefact name GameUI must use a singleton from now on to ensure we can add the UI to a SubViewport The SubViewport is used only for VR Mode and it will add optional VR nodes. I successfully avoided needing to write a lot of await code with GameUI.instance.get method which is great Format fixes Fix the commit hash Fix error spam disable code that isn't working Fix viewports so they can work for VR/NonVR mode with proper XR projections We'll be using an OpenXR composition layer for the Game UI to ensure its clear and concise. We can probably also package the game without the VR dependencies in certain contexts. I fixed a few other bugs in the code that kept spamming. Fix the default settings Add basic VR menu controller - no movement. Add proper configuration handler for the subviewport for the game Ensure git ignore works all of the time Add VR Controller for the main menu Fix exports to CICD and Fix VR support for the occulus again... Fix settings in export and fix bug with the XR viewport Revert hash Fix notifications Disable passthrough Fix resolution for VR viewport Fix get node command Fix vr controllers stash everything fix msaa crash refactor vr into less viewports stashing misc testing Use construction time set up of the GameUI nodes because we can prevent race conditions now completely Fix XR MSAA X2 Stash Preview Changes for the meta quest developers, also fixed a few issues upgrade submodule msaa quest fix test Update submodule with latest 4.2 Experimental code change extra preset settings Fix player visibility Update with working quest 3 support stash format fixes Fix engine binary links Add ninja Add explicit exit code test ninja ninja test ninja fixes fix fix ninja-build test Upgrade OpenXR Upgrade engine hash again format fix Remove engine build from cicd scripts Remove OpenXRVendors on all platforms until we have CI for this
RevoluPowered
force-pushed
the
gordon/fixed-vr-working
branch
from
July 25, 2024 22:04
fe4bf44
to
7f1250b
Compare
Kluskey
approved these changes
Jul 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RevoluPowered
force-pushed
the
gordon/fixed-vr-working
branch
from
July 25, 2024 22:10
d04ae98
to
d6fcbf9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaces #193
What does this do:
Bugs noticed in testing the builds in the PR: