Skip to content

Commit 631623e

Browse files
committed
Merge branch 'develop' into stable
2 parents 640348c + 3365a1d commit 631623e

33 files changed

+769
-548
lines changed

.buginfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
system: jira
2+
server: jira.unity3d.com
3+
project: ISXB
4+
issuetype: Bug
5+

.yamato/config.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ editors:
22
- version: 2019.4
33
- version: 2020.3
44
- version: 2021.2
5-
- version: 2022.2.0a10
5+
- version: trunk
66
platforms:
77
- name: win
88
type: Unity::VM
@@ -25,16 +25,16 @@ platforms:
2525
netinstall: choco install netfx-4.7.1-devpack -y --ignore-detected-reboot --ignore-package-codes --Source https://bfartifactory.bf.unity3d.com/artifactory/api/nuget/unity-choco-local
2626
- name: mac
2727
type: Unity::VM::osx
28-
image: package-ci/mac:stable
28+
image: package-ci/macos-12:latest
2929
flavor: m1.mac
3030
- name: mac_standalone
3131
type: Unity::VM::osx
32-
image: package-ci/mac:stable
32+
image: package-ci/macos-12:latest
3333
flavor: m1.mac
3434
runtime: StandaloneOSX
3535
- name: mac_standalone_il2cpp
3636
type: Unity::VM::osx
37-
image: package-ci/mac:stable
37+
image: package-ci/macos-12:latest
3838
flavor: m1.mac
3939
runtime: StandaloneOSX
4040
scripting-backend: Il2Cpp

.yamato/upm-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_ios_{{ editor.version }}:
4646
name: Build Tests on {{ editor.version }} on ios
4747
agent:
4848
type: Unity::VM::osx
49-
image: mobile/macos-10.15-testing:stable
49+
image: package-ci/macos-12-mobile:stable
5050
flavor: b1.large
5151
commands:
5252
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
@@ -66,7 +66,8 @@ run_ios_{{ editor.version }}:
6666
name: Run Tests on {{ editor.version }} on ios
6767
agent:
6868
type: Unity::mobile::iPhone
69-
image: mobile/macos-10.15-testing:stable
69+
image: package-ci/macos-12-mobile:stable
70+
model: SE
7071
flavor: b1.medium
7172
skip_checkout: true
7273
dependencies:
@@ -87,7 +88,7 @@ build_tvos_{{ editor.version }}:
8788
name: Build Tests on {{ editor.version }} on tvos
8889
agent:
8990
type: Unity::VM::osx
90-
image: mobile/macos-10.15-testing:stable
91+
image: package-ci/macos-12-mobile:stable
9192
flavor: b1.large
9293
commands:
9394
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple

Assets/Samples/InGameHints/InGameHintsActions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4-
// version 1.4.1
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

Assets/Samples/SimpleDemo/SimpleControls.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
4-
// version 1.4.1
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

0 commit comments

Comments
 (0)