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 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4- // version 1.5.0
4+ // version 1.4.2
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.5.0
4+ // version 1.4.2
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 @@ -8,10 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88Due to package verification, the latest version below is the unpublished version and the date is meaningless.
99however, it has to be formatted properly to pass verification tests.
1010
11- ## [ Unreleased ]
11+ ## [ 1.4.2 ] - 2022-08-12
1212
1313### Changed
14- - Readded OnDisable() member to MultiplayerEventSystem which was previously removed from the API.
1514- Hide XR legacy HMD and controllers layouts from Editor UI dropdown.
1615
1716### Fixed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static partial class InputSystem
1515 // Keep this in sync with "Packages/com.unity.inputsystem/package.json".
1616 // NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
1717 // "-preview" suffixes here.
18- internal const string kAssemblyVersion = "1.5.0 " ;
19- internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.5 " ;
18+ internal const string kAssemblyVersion = "1.4.2 " ;
19+ internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.4 " ;
2020 }
2121}
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.5.0
4+ // version 1.4.2
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.5.0
4+ // version 1.4.2
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.5.0
4+ // version 1.4.2
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 @@ -110,7 +110,7 @@ public CursorLockBehavior cursorLockBehavior
110110 /// <see cref="InputSystemUIInputModule.move"/> action will be constrained to UI objects under that root.
111111 /// </remarks>
112112 /// </summary>
113- public GameObject localMultiPlayerRoot
113+ internal GameObject localMultiPlayerRoot
114114 {
115115 get => m_LocalMultiPlayerRoot ;
116116 set => m_LocalMultiPlayerRoot = value ;
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.5.0 " ) ]
7+ [ assembly: AssemblyVersion ( "1.4.2 " ) ]
88[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
99[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests" ) ]
1010[ assembly: InternalsVisibleTo ( "Unity.InputSystem.IntegrationTests" ) ]
Original file line number Diff line number Diff line change 22 "ErrorExceptions" : [
33 {
44 "ValidationTest" : " API Updater Configuration Validation" ,
5- "PackageVersion" : " 1.5.0 "
5+ "PackageVersion" : " 1.4.2 "
66 }
77 ],
88 "WarningExceptions" : []
You can’t perform that action at this time.
0 commit comments