Skip to content

Commit 2bb31ba

Browse files
Merge branch 'develop-2.0.0' into reference/pvp-133-132-130-issues
2 parents 8167bb0 + bdcb40b commit 2bb31ba

File tree

57 files changed

+2940
-994
lines changed

Some content is hidden

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

57 files changed

+2940
-994
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If applicable, add screenshots to help explain your problem.
3636
- Unity Version: [e.g. 2020.3]
3737
- Netcode Version: [e.g. 1.0.0-pre.6]
3838
- Netcode Commit: [e.g. https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/commit/ba418fa5b600ad9eb61fab0575f12fbecc2c6520]
39+
- Netcode Topology: [e.g. Client-Server, Distributed Authority, etc.]
3940

4041
### Additional Context
4142

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: True
1+
blank_issues_enabled: False
22
contact_links:
33
- name: Documentation Issues
44
url: https://github.com/Unity-Technologies/com.unity.multiplayer.docs/issues
@@ -8,4 +8,10 @@ contact_links:
88
about: Join our Discord community for questions, support and discussions
99
- name: Unity Multiplayer Forum
1010
url: https://forum.unity.com/forums/multiplayer.26/
11-
about: Create a thread in the Unity Multiplayer Forum
11+
about: Create a thread in the Unity Multiplayer Forum
12+
- name: Support
13+
url: https://discussions.unity.com/tag/netcode-for-gameobjects
14+
about: Creating a thread in discussions is usually the fastest way to get help from Unity stuff or other experienced users
15+
- name: Feedback
16+
url: https://discussions.unity.com/tag/netcode-for-gameobjects
17+
about: We are always looking for feedback on our products, so please let us know what you think

.github/ISSUE_TEMPLATE/feedback.md

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

.github/ISSUE_TEMPLATE/other-issues.md

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

.github/ISSUE_TEMPLATE/support.md

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

.yamato/wrench/api-validation-jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
1313
type: Unity::VM
1414
flavor: b1.large
1515
commands:
16-
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-61_6af0746012fdbe27c8d9841fcad8f97465d1943826d6884e6aabf0d289b83093.zip -o wrench-localapv.zip
16+
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-2-68_53c92d3b34ce3f4b652c9785dd1530bdc5885f6523465d6969c3be91f9ccaaf1.zip -o wrench-localapv.zip
1717
- command: 7z x -aoa wrench-localapv.zip
1818
- command: pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
1919
- command: python PythonScripts/print_machine_info.py
2020
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2121
timeout: 20
2222
retries: 10
23-
- command: unity-downloader-cli -u 6000.0 -c Editor --fast
23+
- command: unity-downloader-cli -u 6000.0/staging -c Editor --fast
2424
timeout: 10
2525
retries: 3
2626
- command: python PythonScripts/PackageJsonCondersor.py
@@ -51,8 +51,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_windows:
5151
dependencies:
5252
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_netcode_gameobjects
5353
variables:
54-
UPMPVP_CONTEXT_WRENCH: 0.10.48.0
54+
UPMPVP_CONTEXT_WRENCH: 0.11.2.0
5555
metadata:
5656
Job Maintainers: '#rm-packageworks'
57-
Wrench: 0.10.48.0
57+
Wrench: 0.11.2.0
5858

.yamato/wrench/package-pack-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ package_pack_-_netcode_gameobjects:
2424
UPMCI_ACK_LARGE_PACKAGE: 1
2525
metadata:
2626
Job Maintainers: '#rm-packageworks'
27-
Wrench: 0.10.48.0
27+
Wrench: 0.11.2.0
2828

0 commit comments

Comments
 (0)