Skip to content

Commit 8e59e5f

Browse files
committed
Merge remote-tracking branch 'origin/docs-content-model-reorg' into docs-content-model-reorg
2 parents cac1d2f + d351751 commit 8e59e5f

1,917 files changed

Lines changed: 97348 additions & 65408 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/codecov.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
codecov:
2+
max_report_age: false
3+
require_ci_to_pass: false
4+
notify:
5+
wait_for_ci: true
6+
7+
coverage:
8+
precision: 2
9+
round: down
10+
range: "50...70"
11+
status:
12+
patch:
13+
default:
14+
target: auto
15+
threshold: 1%
16+
base: auto
17+
if_ci_failed: success
18+
informational: true
19+
only_pulls: true
20+
default_rules:
21+
flag_coverage_not_uploaded_behavior: exclude
22+
project:
23+
default:
24+
target: auto
25+
threshold: 1%
26+
base: auto
27+
if_ci_failed: success
28+
informational: true
29+
only_pulls: true
30+
31+
comment:
32+
layout: "diff,flags,files"
33+
behavior: default
34+
require_changes: false
35+
require_base: true
36+
require_head: true
37+
after_n_builds: 1
38+
39+
flag_management:
40+
default_rules:
41+
carryforward: true
42+
43+
# Components configuration
44+
component_management:
45+
individual_components:
46+
- component_id: "com.unity.inputsystem"
47+
name: "com.unity.inputsystem"
48+
paths:
49+
- Packages/com.unity.inputsystem

.github/pull_request_template.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ _Please describe the testing already done by you and what testing you request/re
1111

1212
_Please rate the potential complexity and halo effect from low to high for the reviewers. Note down potential risks to specific Editor branches if any._
1313

14-
- Complexity:
15-
- Halo Effect:
14+
- Complexity:
15+
- Halo Effect:
1616

1717
### Comments to reviewers
1818

@@ -45,7 +45,3 @@ During merge:
4545
- `DOCS: ___`.
4646
- `CHANGE: ___`.
4747
- `RELEASE: 1.1.0-preview.3`.
48-
49-
After merge:
50-
51-
- [ ] Create forward/backward port if needed. If you are blocked from creating a forward port now please add a task to ISX-1444.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Check Editor references in Runtime code
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- synchronize
8+
- reopened
9+
branches: [ "develop" ]
10+
11+
workflow_dispatch:
12+
13+
jobs:
14+
check-runtime-editor-refs:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
19+
- name: Check Runtime code has no Editor namespace references
20+
run: bash check-runtime-editor-refs.sh

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Packages/com.unity.package-manager-doctools/
4545

4646
Tools/CI/[Bb]in
4747
Tools/CI/[Oo]bj
48+
Tools/CI/.claude/**
4849

4950
.Editor
5051
.bin

.yamato/PVPexemptions.json

Lines changed: 0 additions & 1588 deletions
This file was deleted.

.yamato/analyze.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ code_analyser:
1414
- unzip Tools/CodeAnalyzerTestProject/Microsoft.CodeQuality.Analyzers/Microsoft.CodeQuality.Analyzers.zip -d Tools/CodeAnalyzerTestProject/Microsoft.CodeQuality.Analyzers
1515
- {{ upm_ci_install }}
1616
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
17-
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 2021.3
17+
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 6000.0
1818
triggers:
1919
cancel_old_ci: true
20-
pull_requests:
21-
- targets:
22-
only:
23-
- "develop"
20+
expression: pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")
2421
artifacts:
2522
UTR_Output.zip:
2623
paths:

.yamato/config.metadata

Lines changed: 2 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,7 @@
11
editors:
2-
- version: 2021.3
3-
- version: 2022.3
4-
run_tvos: false
52
- version: 6000.0
6-
run_tvos: false
7-
- version: 6000.1
8-
run_tvos: false
3+
- version: 6000.3
4+
- version: 6000.4
95
- version: trunk
10-
run_tvos: false
11-
12-
utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
13-
utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr
14-
15-
unity_downloader_install: pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
166

177
upm_ci_install: npm install -g upm-ci-utils@stable --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
18-
19-
platforms_win:
20-
- name: win
21-
type: Unity::VM
22-
image: package-ci/win10:v4
23-
flavor: b1.large
24-
- name: win_standalone
25-
type: Unity::VM
26-
image: package-ci/win10:v4
27-
flavor: b1.large
28-
runtime: StandaloneWindows64
29-
- name: win_standalone_il2cpp
30-
type: Unity::VM
31-
image: package-ci/win10:v4
32-
flavor: b1.large
33-
runtime: StandaloneWindows64
34-
scripting-backend: Il2Cpp
35-
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
36-
platforms_nix:
37-
- name: mac
38-
type: Unity::VM::osx
39-
image: package-ci/macos-13:v4
40-
flavor: m1.mac
41-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
42-
- name: mac_standalone
43-
type: Unity::VM::osx
44-
image: package-ci/macos-13:v4
45-
flavor: m1.mac
46-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
47-
runtime: StandaloneOSX
48-
- name: mac_standalone_il2cpp
49-
type: Unity::VM::osx
50-
image: package-ci/macos-13:v4
51-
flavor: m1.mac
52-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
53-
runtime: StandaloneOSX
54-
scripting-backend: Il2Cpp
55-
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
56-
- name: linux
57-
type: Unity::VM
58-
image: package-ci/ubuntu-20.04:v4.50.0
59-
flavor: b1.large
60-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
61-
- name: linux_standalone
62-
type: Unity::VM
63-
image: package-ci/ubuntu-20.04:v4.50.0
64-
flavor: b1.large
65-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
66-
runtime: StandaloneLinux64
67-
- name: linux_standalone_il2cpp
68-
type: Unity::VM
69-
image: package-ci/ubuntu-20.04:v4.50.0
70-
flavor: b1.large
71-
instabilities_run: sh ./run_standalone_instability_detection-latest.sh ubuntu 0.5.1 || exit 0
72-
runtime: StandaloneLinux64
73-
scripting-backend: Il2Cpp
74-
installscript: unity-downloader-cli -c editor -c StandaloneSupport-IL2CPP --wait --fast -u
75-
scripting_backends:
76-
- name: mono
77-
- name: il2cpp
78-
79-
ios_and_tvos_macos_bokken_image: package-ci/macos-13:v4.50.0
80-
81-
test_category:
82-
- name: performance
83-
- name: functional
84-
85-
instabilities_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.bat --output run_standalone_instability_detection-latest.bat --retry 5 || exit 0
86-
instabilities_run_win: run_standalone_instability_detection-latest.bat 0.5.1 || exit 0
87-
88-
instabilities_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/setup/run_standalone_instability_detection-latest.sh --output run_standalone_instability_detection-latest.sh --retry 5 || exit 0
89-
instabilities_run_mac: sh ./run_standalone_instability_detection-latest.sh macos 0.5.1 || exit 0
90-
91-
yamato_source_dir_win: "%YAMATO_SOURCE_DIR%"
92-
yamato_source_dir_nix: ${YAMATO_SOURCE_DIR}

.yamato/format.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ check_formatting:
1212
- perl unity-meta/Tools/Format/format.pl Assets Packages --dry-run
1313
triggers:
1414
cancel_old_ci: true
15-
pull_requests:
16-
- targets:
17-
only:
18-
- "develop"
15+
expression: pull_request.(target eq "develop" AND NOT changes.all match "**/*.md")

.yamato/generated-scripts/infrastructure-instability-detection-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then
1313
rm -rf "infrastructure_instability_detection_standalone" || true
1414
fi
1515

16-
echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
17-
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
16+
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
17+
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
1818

1919
if [ -d "infrastructure_instability_detection" ]; then
2020
echo "removing infrastructure_instability_detection folder to avoid name clash"

.yamato/generated-scripts/infrastructure-instability-detection-mac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [ -d "infrastructure_instability_detection_standalone" ]; then
1313
rm -rf "infrastructure_instability_detection_standalone" || true
1414
fi
1515

16-
echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
17-
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
16+
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
17+
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/macos.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
1818

1919
if [ -d "infrastructure_instability_detection" ]; then
2020
echo "removing infrastructure_instability_detection folder to avoid name clash"

0 commit comments

Comments
 (0)