File tree Expand file tree Collapse file tree
Packages/com.unity.inputsystem Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 },
8585 "PVP-40-1" : {
8686 "errors" : [
87- " CHANGELOG.md: line 11 : header must match regex: ^\\ [(?<version>.*)\\ ]( - (?<date>\\ d{4}-\\ d{2}-\\ d{2}))?$"
87+ " CHANGELOG.md: line 8 : header must match regex: ^\\ [(?<version>.*)\\ ]( - (?<date>\\ d{4}-\\ d{2}-\\ d{2}))?$"
8888 ]
8989 },
9090 "PVP-91-3" : {
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4- // version 1.19.0
4+ // version 1.19.1
55// from Assets/Samples/InGameHints/InGameHintsActions.inputactions
66//
77// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4- // version 1.19.0
4+ // version 1.19.1
55// from Assets/Samples/SimpleDemo/SimpleControls.inputactions
66//
77// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4- // version 1.19.0
4+ // version 1.19.1
55// from Assets/Tests/InputSystem/InputActionCodeGeneratorActions.inputactions
66//
77// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to the input system package will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased] - yyyy-mm-dd
9+
10+
11+
812## [ 1.19.0] - 2026-02-24
913
1014### Changed
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public static partial class InputSystem
1818 // Keep this in sync with "Packages/com.unity.inputsystem/package.json".
1919 // NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
2020 // "-preview" suffixes here.
21- internal const string kAssemblyVersion = "1.19.0 " ;
21+ internal const string kAssemblyVersion = "1.19.1 " ;
2222 internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.19" ;
2323 }
2424}
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4- // version 1.19.0
4+ // version 1.19.1
55// from "Keyboard" layout
66//
77// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4- // version 1.19.0
4+ // version 1.19.1
55// from "Mouse" layout
66//
77// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4- // version 1.19.0
4+ // version 1.19.1
55// from "Touchscreen" layout
66//
77// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 44// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
55// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
66// "-preview" suffixes here.
7- [ assembly: AssemblyVersion ( "1.19.0 " ) ]
7+ [ assembly: AssemblyVersion ( "1.19.1 " ) ]
88[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
99[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests" ) ]
1010[ assembly: InternalsVisibleTo ( "Unity.InputSystem.IntegrationTests" ) ]
You can’t perform that action at this time.
0 commit comments