FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Assets - TLittleProgrammer/InputSystem · GitHub
TLittleProgrammer
/
InputSystem
Public
forked from
Unity-Technologies/InputSystem
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
InputSystem
Assets
on
develop
User selector
Datepicker
Commit history
Commits on Apr 4, 2025
FIX: ISXB-1306 Fixed a bug within InputActionAsset.cs that prevented actions containing slashes to be found by name. (#2160)
Show description for 35f8b70
ekcoh
and
K-Tone
authored
35f8b70
View commit details
Copy full SHA for 35f8b70
View code at this point
Browse repository at this point
CHANGE: switch performance tests to DynamicMeasurementCount() (#2162)
stefanunity
authored
d93d150
View commit details
Copy full SHA for d93d150
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
FIX: Ensure a specified splitScreenIndex passed in via JoinPlayer is set in PlayerInput (#2157)
tspiller
authored
7c3ab2c
View commit details
Copy full SHA for 7c3ab2c
View code at this point
Browse repository at this point
Commits on Mar 31, 2025
FIX: Xbox Controllers on macOS don't detect up-left DPAD presses (ISXB-810) (#2140)
jfreire-unity
authored
e6254ab
View commit details
Copy full SHA for e6254ab
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
CHANGE: Bump version to 1.14.1 (#2154)
Pauliusd01
authored
78d36da
View commit details
Copy full SHA for 78d36da
View code at this point
Browse repository at this point
Commits on Mar 18, 2025
FIX: Prevent errors on certain platforms (#2150)
jamesmcgill
authored
8fe669c
View commit details
Copy full SHA for 8fe669c
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
NEW: Added achievable frequency and latency (processing delay) to Input Debugger (ISX-2254) (#2142)
Show description for ca0d36f
ekcoh
and
chrstphrsxtn
authored
ca0d36f
View commit details
Copy full SHA for ca0d36f
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
FIX: Changed to frame based comparison for tracking UI click/navigation events (#2112)
Show description for a532aa7
authored
a532aa7
View commit details
Copy full SHA for a532aa7
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
FIX: Project wide actions enabling actions overrides PlayerInput (ISXB-920) (#2144)
ritamerkl
authored
7a6cb91
View commit details
Copy full SHA for 7a6cb91
View code at this point
Browse repository at this point
CHANGE: Add action map disable / enable to rebinding sample (#2137)
Secticide
authored
1bda82d
View commit details
Copy full SHA for 1bda82d
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
FIX: Corrected behaviour of TrackedPoseDriver when no device is connected. (#1823)
Show description for 581d5da
authored
581d5da
View commit details
Copy full SHA for 581d5da
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
NEW: add touch performance test measuring via input system profiler markers (#2134)
stefanunity
authored
2f84ef8
View commit details
Copy full SHA for 2f84ef8
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
NEW: Added support for F13 to F24 keys (#2075)
Show description for d395aa1
bmalrat
and
stefanunity
authored
d395aa1
View commit details
Copy full SHA for d395aa1
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
FIX: fixed gamepad navigation in UI Toolkit TextField [6000.1] (#2141)
benoitalain
authored
8bfd742
View commit details
Copy full SHA for 8bfd742
View code at this point
Browse repository at this point
Commits on Feb 18, 2025
CHANGE: Bump version to 1.13.2 (#2138)
stefanunity
authored
b9153bc
View commit details
Copy full SHA for b9153bc
View code at this point
Browse repository at this point
Commits on Feb 10, 2025
FIX: fixed gamepad navigation in UI Toolkit TextField (#2103)
benoitalain
authored
14bb2d5
View commit details
Copy full SHA for 14bb2d5
View code at this point
Browse repository at this point
FIX: Arrow key navigation of Input Actions after Action rename. (#2082)
tspiller
authored
b92071e
View commit details
Copy full SHA for b92071e
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
CHANGE: bump package version to 1.13.1 (#2126)
stefanunity
authored
03b7d3a
View commit details
Copy full SHA for 03b7d3a
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
FIX: Add Touch Samples package dependency versions to avoid errors (ISXB-1245) (#2118)
jfreire-unity
authored
4c3ce7e
View commit details
Copy full SHA for 4c3ce7e
View code at this point
Browse repository at this point
Commits on Jan 28, 2025
CHANGE: increase minimum package version to 2021.3 + some maintenance (#2116)
Show description for 528e824
stefanunity
authored
528e824
View commit details
Copy full SHA for 528e824
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
FIX: Set macOS Xbox wireless gamepad button mappings based on PID/VID (#2097)
jfreire-unity
authored
29ca1f3
View commit details
Copy full SHA for 29ca1f3
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
CHANGE: bump package version to 1.12.1 (#2109)
stefanunity
authored
2b6d8c8
View commit details
Copy full SHA for 2b6d8c8
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
FIX: Fixed multiple `OnScreenStick` Components that does not work together when using them simultaneously in isolation mode (ISXB-813) (#2090)
Show description for 6dae5a3
bmalrat
and
Pauliusd01
authored
6dae5a3
View commit details
Copy full SHA for 6dae5a3
View code at this point
Browse repository at this point
Commits on Dec 12, 2024
NEW: ProfilerMarkers for measuring enabling/disabling of InputActions and for binding resolution. (#2056)
surfnerd
authored
102b004
View commit details
Copy full SHA for 102b004
View code at this point
Browse repository at this point
Commits on Dec 10, 2024
FIX: Ensure callback delegates are created for ActionMaps added after an asset has already assigned to PlayerInput component (case ISXB-711) (#2077)
AlexTyrer
authored
71f445c
View commit details
Copy full SHA for 71f445c
View code at this point
Browse repository at this point
CHANGE: disable the other InputActionsEditorTests tests too until fixed (#2087) (ISXB-1284)
stefanunity
authored
4d1137f
View commit details
Copy full SHA for 4d1137f
View code at this point
Browse repository at this point
CHANGE: ignore CanCreateActionMap & CanDeleteActionMap until instability is fixed (#2085)
stefanunity
authored
c756a5e
View commit details
Copy full SHA for c756a5e
View code at this point
Browse repository at this point
Commits on Nov 29, 2024
FIX: Improved Samples/Visualizers and particularly GamepadVisualizer (ISXB-1243) (#2063)
ekcoh
authored
59c7c40
View commit details
Copy full SHA for 59c7c40
View code at this point
Browse repository at this point
Commits on Nov 28, 2024
FIX: Fixed documentation of bindings with modifiers and UI Toolkit tooltips in the asset editor (ISBX-806) (#2048)
bmalrat
authored
be8287f
View commit details
Copy full SHA for be8287f
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
FIX: Remove duplicate using statement leading to compiler warning. (#2062)
ekcoh
authored
d19254d
View commit details
Copy full SHA for d19254d
View code at this point
Browse repository at this point
FIX: Touchpad in gamepad visualiser (#2061)
Pauliusd01
authored
0e58d8f
View commit details
Copy full SHA for 0e58d8f
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
FIX: Readd the current gamepad rect to gamepad visualiser (#2053)
Pauliusd01
authored
343e8bf
View commit details
Copy full SHA for 343e8bf
View code at this point
Browse repository at this point
NEW: Added a very basic Lightbar and Rumble sample (#2052)
Show description for 52972d5
Pauliusd01
authored
52972d5
View commit details
Copy full SHA for 52972d5
View code at this point
Browse repository at this point
CHANGE: Scale Visualizer Sample UI and font size to make it easier to see on mobile (#2051)
Show description for 6e63972
Pauliusd01
authored
6e63972
View commit details
Copy full SHA for 6e63972
View code at this point
Browse repository at this point
Commits on Nov 11, 2024
DOCS: Added auto-generated docs for auto-generated code. (#2045)
Show description for 8b860b7
ekcoh
authored
8b860b7
View commit details
Copy full SHA for 8b860b7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL