FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · stuartbrown-unity/InputSystem · GitHub
stuartbrown-unity
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 27, 2024
FIX: Corrected invalid CHANGELOG.md (#2015)
ekcoh
authored
82ec624
View commit details
Copy full SHA for 82ec624
Browse repository at this point
NEW: Added canRunInBackground flag in device debug view (#2013)
bmalrat
authored
5cfed50
View commit details
Copy full SHA for 5cfed50
Browse repository at this point
NEW: ISX-2099 InputAction code-setup (authoring) analytics (#2003)
Show description for 026cdcc
ekcoh
authored
026cdcc
View commit details
Copy full SHA for 026cdcc
Browse repository at this point
Commits on Sep 26, 2024
CHANGE: Bump version to 1.11.2 (#2014)
Pauliusd01
authored
3a2a4c2
View commit details
Copy full SHA for 3a2a4c2
Browse repository at this point
RELEASE: 1.11.1
Pauliusd01
committed
4338ba2
View commit details
Copy full SHA for 4338ba2
Browse repository at this point
Commits on Sep 25, 2024
DOCS: Adding docs for methods in InputInteractionContext (DOCF-4371) (#1999)
Show description for 91dd5cf
duckets
authored
91dd5cf
View commit details
Copy full SHA for 91dd5cf
Browse repository at this point
Commits on Sep 24, 2024
CHANGE: Added message to notify the user if a PlayerInputComponent fails to bind a control scheme (ISXB-1020) (#2007)
Show description for 1abc745
lyndon-unity
authored
1abc745
View commit details
Copy full SHA for 1abc745
Browse repository at this point
CHANGE: Updated Mouse Visualizer (#2011)
Pauliusd01
authored
8fbff9b
View commit details
Copy full SHA for 8fbff9b
Browse repository at this point
Commits on Sep 23, 2024
FIX: Narrowing scope of ENABLE_CLOUD_SERVICES_ANALYTICS (#1991)
Show description for 7735517
ekcoh
and
lyndon-unity
authored
7735517
View commit details
Copy full SHA for 7735517
Browse repository at this point
FIX: Fixed potential crash on Mac when using stale references to deleted InputDevice objects (case ISXB-606) (#2009)
Show description for f1458e3
AlexTyrer
authored
f1458e3
View commit details
Copy full SHA for f1458e3
Browse repository at this point
Commits on Sep 20, 2024
FIX: ISXB-1081 Fixed "MissingReferenceException" errors when closing an in-game dropdown field (#2010)
bmalrat
authored
008f573
View commit details
Copy full SHA for 008f573
Browse repository at this point
FIX: Action Maps contextual menu in Action Editor UI that could display unrelated items. (#2008)
Show description for 2934a64
bmalrat
authored
2934a64
View commit details
Copy full SHA for 2934a64
Browse repository at this point
Commits on Sep 19, 2024
CHANGE: Removed aliased values in Gamepad enum. (ISXB-543) (#1983)
Show description for ddc99ca
adrian-koretski-unity3d
authored
ddc99ca
View commit details
Copy full SHA for ddc99ca
Browse repository at this point
Commits on Sep 16, 2024
FIX: Fixed a memory leak in OnScreenStick (#2006)
ekcoh
authored
7f5528b
View commit details
Copy full SHA for 7f5528b
Browse repository at this point
Commits on Sep 13, 2024
FIX: Fixed multiple interactions on composite bindings (ISXB-619) (#2000)
Show description for 7a28d7b
bmalrat
authored
7a28d7b
View commit details
Copy full SHA for 7a28d7b
Browse repository at this point
Commits on Sep 12, 2024
FIX: Fix for generic DualShock4 InputDeviceMatcher claiming DualSense devices too (ISX-1411)
Show description for d5cc3fd
AlexTyrer
authored
d5cc3fd
View commit details
Copy full SHA for d5cc3fd
Browse repository at this point
fix changelog after merge (#2005)
jamesmcgill
authored
97ab628
View commit details
Copy full SHA for 97ab628
Browse repository at this point
CHANGE: rename editor resource directories (ISX-1440) (#1997)
Show description for 2f51783
jamesmcgill
and
Pauliusd01
authored
2f51783
View commit details
Copy full SHA for 2f51783
Browse repository at this point
Commits on Sep 11, 2024
CHANGE: switch yamato trigger to always run performance tests even with no changes to branch (#2002)
Show description for ee9617b
stefanunity
authored
ee9617b
View commit details
Copy full SHA for ee9617b
Browse repository at this point
Bump version to 1.11.1 (#2001)
Pauliusd01
authored
dd5ce9f
View commit details
Copy full SHA for dd5ce9f
Browse repository at this point
Commits on Sep 10, 2024
Update CHANGELOG.md
Pauliusd01
committed
2ba8bc8
View commit details
Copy full SHA for 2ba8bc8
Browse repository at this point
Commits on Sep 6, 2024
CHANGE: enable performance test to be run continiously on U6 (#1996)
Show description for 1d3505d
stefanunity
authored
1d3505d
View commit details
Copy full SHA for 1d3505d
Browse repository at this point
Commits on Sep 5, 2024
CHANGE: Make sure all callbacks are instrumented with ProfilerMarkers instead of Profiler.Begin/EndSample. (#1992)
Show description for 1402022
surfnerd
authored
1402022
View commit details
Copy full SHA for 1402022
Browse repository at this point
Commits on Sep 2, 2024
FIX: JsonParser / ParseStringValue now creates unescaped strings (#1986)
Show description for d7b1b86
AlexTyrer
authored
d7b1b86
View commit details
Copy full SHA for d7b1b86
Browse repository at this point
FIX: Spelling mistake in warning when InputSystemUIInputModule uses different input actions than PlayerInput (ISXB-1051) (#1993)
Pauliusd01
authored
66b4ae9
View commit details
Copy full SHA for 66b4ae9
Browse repository at this point
Commits on Aug 30, 2024
FIX: ISXB-586 inputsystem sendpointerhovertoparent (#1975)
Show description for 9d485e6
benoitalain
authored
9d485e6
View commit details
Copy full SHA for 9d485e6
Browse repository at this point
Commits on Aug 29, 2024
NEW: Add an IME input sample scene (#1769)
Show description for 80e6a0e
authored
80e6a0e
View commit details
Copy full SHA for 80e6a0e
Browse repository at this point
Commits on Aug 27, 2024
Fixed 'OnDrop' event not called when 'IPointerDownHandler' is also listened. (#1988)
bmalrat
authored
4c9d7ec
View commit details
Copy full SHA for 4c9d7ec
Browse repository at this point
NEW: Added InputDeviceMatcher.WithManufacturerContains(string noRegexMatch) to improve DualShockSupport initialization performance (#1990)
Show description for 9c476d1
AlexTyrer
authored
9c476d1
View commit details
Copy full SHA for 9c476d1
Browse repository at this point
Commits on Aug 22, 2024
CHANGE: Disable tvOS CI on 6000 and 22.3 (ISXB-879) (#1989)
Show description for 41a977c
Pauliusd01
authored
41a977c
View commit details
Copy full SHA for 41a977c
Browse repository at this point
Commits on Aug 20, 2024
FIX: ISXB-1013-prevent-ui-update-loop (#1984)
Show description for 6e29f4a
smnwttbr
authored
6e29f4a
View commit details
Copy full SHA for 6e29f4a
Browse repository at this point
Commits on Aug 19, 2024
FIX: ISXB-996 fixed Package compilation when Unity Analytics module is not enabled on 2022.3. (#1987)
Show description for 491372f
bmalrat
authored
491372f
View commit details
Copy full SHA for 491372f
Browse repository at this point
FIX: Errors are thrown when assigning Input Actions Asset that contains a custom InputProcessor or InputBindingComposite as Project-wide Input Actions (ISXB-856) (#1958)
Show description for ab2c3d7
bmalrat
authored
ab2c3d7
View commit details
Copy full SHA for ab2c3d7
Browse repository at this point
FIX: InputDeviceTester only shows first touch contact (IXSB-1017) (#1985)
Show description for cf28d7d
timkeo
and
Pauliusd01
authored
cf28d7d
View commit details
Copy full SHA for cf28d7d
Browse repository at this point
FIX: tree state in treeview should be preserved when saving (ISXB-966) (#1967)
Show description for 730bb23
smnwttbr
authored
730bb23
View commit details
Copy full SHA for 730bb23
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL