X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Unity-Technologies/InputSystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Extrys/InputSystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 26, 2025

  1. Fixed XR input recording

    Enhance InputEventTrace to store and retrieve device usages
    facilitating accurate device recreation during input replay.
    
    This fixes XR devices not replaying due not writing its Left/Right usages
    
    Also included original device resetting to avoid incorrect rest state passthrough input to override replay input
    Extrys authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    16102f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    663ab36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec42395 View commit details
    Browse the repository at this point in the history
  4. FIX: XR input replay preserves device usages

    FIX: XR input replay preserves device usages
    Extrys authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    089a96a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdcabae View commit details
    Browse the repository at this point in the history
Loading
X Tutup