File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Packages/com.unity.inputsystem Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 9
9
- version: 6000.2
10
10
run_tvos: false
11
11
- version: trunk
12
- run_tvos: false
12
+ run_tvos: false
13
13
14
14
utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
15
15
utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
@@ -57,18 +57,18 @@ platforms_nix:
57
57
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
58
58
- name: linux
59
59
type: Unity::VM
60
- image: package-ci/ubuntu-20.04:v4.50.0
60
+ image: package-ci/ubuntu-20.04:v4
61
61
flavor: b1.large
62
62
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
63
63
- name: linux_standalone
64
64
type: Unity::VM
65
- image: package-ci/ubuntu-20.04:v4.50.0
65
+ image: package-ci/ubuntu-20.04:v4
66
66
flavor: b1.large
67
67
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
68
68
runtime: StandaloneLinux64
69
69
- name: linux_standalone_il2cpp
70
70
type: Unity::VM
71
- image: package-ci/ubuntu-20.04:v4.50.0
71
+ image: package-ci/ubuntu-20.04:v4
72
72
flavor: b1.large
73
73
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
74
74
runtime: StandaloneLinux64
@@ -78,7 +78,7 @@ scripting_backends:
78
78
- name: mono
79
79
- name: il2cpp
80
80
81
- ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4.50.0
81
+ ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4
82
82
83
83
test_category:
84
84
- name: performance
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4
- // version 1.15.0
4
+ // version 1.14.2
5
5
// from Assets/Samples/InGameHints/InGameHintsActions.inputactions
6
6
//
7
7
// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4
- // version 1.15.0
4
+ // version 1.14.2
5
5
// from Assets/Samples/SimpleDemo/SimpleControls.inputactions
6
6
//
7
7
// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4
- // version 1.15.0
4
+ // version 1.14.2
5
5
// from Assets/Tests/InputSystem/InputActionCodeGeneratorActions.inputactions
6
6
//
7
7
// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public static partial class InputSystem
16
16
// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
17
17
// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
18
18
// "-preview" suffixes here.
19
- internal const string kAssemblyVersion = "1.15.0 " ;
20
- internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.15 " ;
19
+ internal const string kAssemblyVersion = "1.14.2 " ;
20
+ internal const string kDocUrl = "https://docs.unity3d.com/Packages/com.unity.inputsystem@1.14 " ;
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4
- // version 1.15.0
4
+ // version 1.14.2
5
5
// from "Keyboard" layout
6
6
//
7
7
// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4
- // version 1.15.0
4
+ // version 1.14.2
5
5
// from "Mouse" layout
6
6
//
7
7
// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was auto-generated by com.unity.inputsystem:InputLayoutCodeGenerator
4
- // version 1.15.0
4
+ // version 1.14.2
5
5
// from "Touchscreen" layout
6
6
//
7
7
// Changes to this file may cause incorrect behavior and will be lost if
Original file line number Diff line number Diff line change 4
4
// Keep this in sync with "Packages/com.unity.inputsystem/package.json".
5
5
// NOTE: Unfortunately, System.Version doesn't use semantic versioning so we can't include
6
6
// "-preview" suffixes here.
7
- [ assembly: AssemblyVersion ( "1.15.0 " ) ]
7
+ [ assembly: AssemblyVersion ( "1.14.2 " ) ]
8
8
[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests.Editor" ) ]
9
9
[ assembly: InternalsVisibleTo ( "Unity.InputSystem.Tests" ) ]
10
10
[ assembly: InternalsVisibleTo ( "Unity.InputSystem.IntegrationTests" ) ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.inputsystem" ,
3
3
"displayName" : " Input System" ,
4
- "version" : " 1.15.0 " ,
4
+ "version" : " 1.14.2 " ,
5
5
"unity" : " 2021.3" ,
6
6
"description" : " A new input system which can be used as a more extensible and customizable alternative to Unity's classic input system in UnityEngine.Input." ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments