X Tutup
Skip to content

[Android editor] Restrict Android editor support for hybrid app projects to XR devices#114465

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
m4gr3d:fix_editor_hybrid_app_support_detection
Jan 1, 2026
Merged

[Android editor] Restrict Android editor support for hybrid app projects to XR devices#114465
akien-mga merged 1 commit intogodotengine:masterfrom
m4gr3d:fix_editor_hybrid_app_support_detection

Conversation

@m4gr3d
Copy link
Contributor

@m4gr3d m4gr3d commented Dec 31, 2025

The OpenXRHybridApp#is_hybrid_app() method currently returns true on the Android editor even when running on devices that don't support XR / immersive activities.
This PR fixes the logic to only return true on devices with a XR runtime.

@m4gr3d m4gr3d force-pushed the fix_editor_hybrid_app_support_detection branch from f6f32aa to 185a4ab Compare January 1, 2026 03:18
Copy link
Contributor

@dsnopek dsnopek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@akien-mga akien-mga merged commit 16975f5 into godotengine:master Jan 1, 2026
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@m4gr3d m4gr3d deleted the fix_editor_hybrid_app_support_detection branch January 1, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup