File tree Expand file tree Collapse file tree 11 files changed +14
-23
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 11 files changed +14
-23
lines changed 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.1.1
4+ // version 1.2.0
55// from Assets/Samples/InGameHints/InGameHintsActions.inputactions
66//
77// Changes to this file may cause incorrect behavior and will be lost if
1717
1818namespace UnityEngine . InputSystem . Samples . InGameHints
1919{
20- public partial class @InGameHintsActions : IInputActionCollection2 , IDisposable
20+ public partial class @InGameHintsActions : IInputActionCollection2 , IDisposable
2121 {
2222 public InputActionAsset asset { get ; }
2323 public @InGameHintsActions ( )
@@ -315,14 +315,12 @@ public void Disable()
315315 {
316316 asset . Disable ( ) ;
317317 }
318-
319318 public IEnumerable < InputBinding > bindings => asset . bindings ;
320319
321320 public InputAction FindAction ( string actionNameOrId , bool throwIfNotFound = false )
322321 {
323322 return asset . FindAction ( actionNameOrId , throwIfNotFound ) ;
324323 }
325-
326324 public int FindBinding ( InputBinding bindingMask , out InputAction action )
327325 {
328326 return asset . FindBinding ( bindingMask , out action ) ;
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.1.1
4+ // version 1.2.0
55// from Assets/Samples/SimpleDemo/SimpleControls.inputactions
66//
77// Changes to this file may cause incorrect behavior and will be lost if
1515using UnityEngine . InputSystem ;
1616using UnityEngine . InputSystem . Utilities ;
1717
18- public partial class @SimpleControls : IInputActionCollection2 , IDisposable
18+ public partial class @SimpleControls : IInputActionCollection2 , IDisposable
1919{
2020 public InputActionAsset asset { get ; }
2121 public @SimpleControls ( )
@@ -210,14 +210,12 @@ public void Disable()
210210 {
211211 asset . Disable ( ) ;
212212 }
213-
214213 public IEnumerable < InputBinding > bindings => asset . bindings ;
215214
216215 public InputAction FindAction ( string actionNameOrId , bool throwIfNotFound = false )
217216 {
218217 return asset . FindAction ( actionNameOrId , throwIfNotFound ) ;
219218 }
220-
221219 public int FindBinding ( InputBinding bindingMask , out InputAction action )
222220 {
223221 return asset . FindBinding ( bindingMask , out action ) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ 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.2.0 ] - 2021-10-22
1212
1313### Changed
1414
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.1.1 " ;
19- internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.1 " ;
18+ internal const string kAssemblyVersion = "1.2.0 " ;
19+ internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.2 " ;
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.1.1
4+ // version 1.2.0
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.1.1
4+ // version 1.2.0
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.1.1
4+ // version 1.2.0
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 11//------------------------------------------------------------------------------
22// <auto-generated>
33// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4- // version 1.1.1
4+ // version 1.2.0
55// from "DualShock4GamepadHID" 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.1 .0" ) ]
7+ [ assembly: AssemblyVersion ( "1.2 .0" ) ]
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 33 {
44 "ValidationTest" : " API Validation" ,
55 "ExceptionMessage" : " Breaking changes require a new major version." ,
6- "PackageVersion" : " 1.1.1"
7- },
8- {
9- "ValidationTest" : " API Validation" ,
10- "ExceptionMessage" : " Additions require a new minor or major version." ,
11- "PackageVersion" : " 1.1.1"
6+ "PackageVersion" : " 1.2.0"
127 }
138 ],
149 "WarningExceptions" : []
You can’t perform that action at this time.
0 commit comments