Skip to content
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

Android Support for The Mirror for Meta Quest 2/3 #193

Closed
wants to merge 16 commits into from

Commits on Jun 19, 2024

  1. Android Support for The Mirror for Meta Quest 2/3

    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
    RevoluPowered committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    32ef43f View commit details
    Browse the repository at this point in the history
  2. Fix the commit hash

    RevoluPowered committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6c105ea View commit details
    Browse the repository at this point in the history
  3. Fix error spam

    RevoluPowered committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    73f8742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf94609 View commit details
    Browse the repository at this point in the history
  5. Fix viewports so they can work for VR/NonVR mode with proper XR proje…

    …ctions
    
    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.
    RevoluPowered committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3660ad9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    100f3cf View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    ecf02c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c9f133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e17996 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2d1152 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2084549 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ced18cd View commit details
    Browse the repository at this point in the history
  7. Revert hash

    RevoluPowered committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    97a2bf2 View commit details
    Browse the repository at this point in the history
  8. Main Menu - Looks good

    - Move all the sub viewport logic to a better place and implement it so we can configure it in the scene
    - Fixed bug with the resolution of the viewport and the scale.
    RevoluPowered committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e82303c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    351a581 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. stash changes

    RevoluPowered committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0394af1 View commit details
    Browse the repository at this point in the history