Skip to content

Commit 9759dc8

Browse files
authored
Merge branch 'develop-2.0.0' into codecov-integration
2 parents e31b967 + d4a9810 commit 9759dc8

File tree

208 files changed

+2972
-7104
lines changed

Some content is hidden

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

208 files changed

+2972
-7104
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/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ package_pack_-_ngo_{{ platform.name }}:
3535
{% endif %}
3636
timeout: 0.25
3737
variables:
38-
XRAY_PROFILE: "supported ./pvpExceptions.json"
38+
XRAY_PROFILE: "gold ./pvpExceptions.json"
3939
commands:
4040
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4141
- upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
3636
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3737
{% endif %}
3838
variables:
39-
XRAY_PROFILE: "supported ./pvpExceptions.json"
39+
XRAY_PROFILE: "gold ./pvpExceptions.json"
4040
UNITY_EXT_LOGGING: 1
4141
commands:
4242
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models.

.yamato/project.metafile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,3 @@ projects:
184184
- name: minimalproject
185185
path: minimalproject
186186
has_tests: false
187-
- name: testproject-tools-integration
188-
path: testproject-tools-integration
189-
has_tests: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.1.0
54+
UPMPVP_CONTEXT_WRENCH: 0.11.2.0
5555
metadata:
5656
Job Maintainers: '#rm-packageworks'
57-
Wrench: 0.11.1.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.11.1.0
27+
Wrench: 0.11.2.0
2828

0 commit comments

Comments
 (0)