Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cfa5789
fix: Improved OnValueChanged door example (#3959)
NoelStephensUnity May 11, 2026
8851038
ci: Update of CI dependencies and test fixes (#3970)
michalChrobot May 12, 2026
d6e96d6
fix: UniversalRpcTests failing when using IL2CPP backend (#3973)
NoelStephensUnity May 13, 2026
2943643
feat: Make custom driver construction smoother (#3980)
simon-lemay-unity May 14, 2026
5d6a3c7
chore: Change codeowners for UTP (#3982)
simon-lemay-unity May 15, 2026
75c36f4
chore: Add obsolete warnings to unused or invalid methods (#3987)
EmandM May 21, 2026
6141740
chore: Updated aspects of Netcode package in anticipation of v2.12.0 …
svc-netcode-sdk May 27, 2026
7c992c2
chore: Replace IsSceneObject with InScenePlaced bool (#4000)
EmandM May 29, 2026
0a56f44
fix: Add more detailed logging around RPC messages (#3994)
EmandM May 29, 2026
7d03b41
refactor: Logging update (#4002)
noellie-velez Jun 1, 2026
c48f54d
fix: reset static fields for Fast Enter Play Mode (#3956)
noellie-velez Jun 1, 2026
7fd6ab9
fix: end TransportConnect profiler marker on early returns in Connect…
mnachury-unity Jun 2, 2026
8c78fc3
refactor: NetworkAnimator cleanup and code quality improvements (#4001)
noellie-velez Jun 5, 2026
67e3e1c
chore: replace DEVELOPMENT_BUILD || UNITY_EDITOR with DEBUG (#4006)
NoelStephensUnity Jun 9, 2026
7215237
chore: Updated aspects of Netcode package in anticipation of v2.13.0 …
svc-netcode-sdk Jun 21, 2026
b776c54
fix: NetworkRigidbodyBase 2D rigid body issues (#4012)
NoelStephensUnity Jun 21, 2026
dcd8147
ci: CI deps update and changelog correction (#4034)
michalChrobot Jun 24, 2026
f7ca618
chore: clean up SceneEventData internal fields and methods visibility…
noellie-velez Jun 29, 2026
e6ecb65
chore: cache HasAuthority to avoid recomputing it on every access (#4…
noellie-velez Jun 30, 2026
7800803
fix: fastbufferreader string deserialization int overflow (#4052)
NoelStephensUnity Jul 1, 2026
10e01eb
fix: remove dead API doc links to internal scene event types (#4064)
michalChrobot Jul 4, 2026
0dce182
fix: Serialization docs (#4007)
EmandM Jul 6, 2026
413c5a3
fix: NullReferenceExceptions in spawn path (#4067)
EmandM Jul 7, 2026
f4dfd4e
ci: Fix code coverage command in YAML configuration (#4069)
unity-nikos Jul 8, 2026
3e579ed
fix: soft synchronization errors if loading a new scene and setting i…
NoelStephensUnity Jul 11, 2026
ae0a8cf
Merge branch 'develop-2.0.0' into chore/merge-develop-2-13-1-develop-…
NoelStephensUnity Jul 12, 2026
2aa38fe
fix
NoelStephensUnity Jul 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ develop_nightly:
- .yamato/project-updated-dependencies-test.yml#updated-dependencies_testproject_NGO_win_6000.0
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
- .yamato/vetting-test.yml#vetting_test
# Run code coverage test
- .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}


# Run all tests on weekly bases
Expand Down Expand Up @@ -189,5 +191,3 @@ develop_weekly_trunk:
- .yamato/_run-all.yml#run_all_webgl_builds
# Run Runtime tests against CMB service
- .yamato/_run-all.yml#run_all_project_tests_cmb_service
# Run code coverage test
- .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}
2 changes: 1 addition & 1 deletion .yamato/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ code_coverage_{{ platform.name }}_{{ editor }}:
commands:
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
- upm-pvp create-test-project test-project --packages "upm-ci~/packages/*.tgz" --unity .Editor
- UnifiedTestRunner --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --enable-code-coverage coverage-upload-options="reportsDir:$PWD/test-results/CoverageResults;name:NGOv2_{{ platform.name }}_{{ editor }};flags:NGOv2_{{ platform.name }}_{{ editor }};verbose" --coverage-results-path=$PWD/test-results/CoverageResults --coverage-options="generateHtmlReport;generateAdditionalMetrics;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime" --extra-editor-arg=--burst-disable-compilation --timeout={{ test_timeout }} --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --artifacts-path=test-results
- UnifiedTestRunner --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --enable-code-coverage --coverage-upload-options="reportsDir:$PWD/test-results/CoverageResults;name:NGOv2_{{ platform.name }}_{{ editor }};flags:NGOv2_{{ platform.name }}_{{ editor }};verbose" --coverage-results-path=$PWD/test-results/CoverageResults --coverage-options="generateHtmlReport;generateAdditionalMetrics;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime" --extra-editor-arg=--burst-disable-compilation --timeout={{ test_timeout }} --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --artifacts-path=test-results
artifacts:
logs:
paths:
Expand Down
8 changes: 4 additions & 4 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
small_agent_platform:
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-22.04:v4.85.0
image: package-ci/ubuntu-22.04:v4.86.0
flavor: b1.small


Expand All @@ -39,13 +39,13 @@ test_platforms:
default:
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-22.04:v4.85.0
image: package-ci/ubuntu-22.04:v4.86.0
flavor: b1.large
standalone: StandaloneLinux64
desktop:
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-22.04:v4.85.0
image: package-ci/ubuntu-22.04:v4.86.0
flavor: b1.large
smaller_flavor: b1.large
larger_flavor: b1.xlarge
Expand Down Expand Up @@ -177,8 +177,8 @@ validation_editors:
- 6000.3
all:
- 6000.3
- 6000.4
- 6000.5
- 6000.6
- trunk
- f1298548e194f35ff7dfa6fee699d4464ab3919c
minimal:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/wrench/api-validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ api_validation_-_netcode_gameobjects_-_6000_0_-_win10:
UNITY_LICENSING_SERVER_DELETE_NUL: 0
UNITY_LICENSING_SERVER_DELETE_ULF: 0
UNITY_LICENSING_SERVER_TOOLSET: pro
UPMPVP_CONTEXT_WRENCH: 2.9.0.0
UPMPVP_CONTEXT_WRENCH: 3.2.0.0
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.9.0.0
Wrench: 3.2.0.0

2 changes: 1 addition & 1 deletion .yamato/wrench/package-pack-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ package_pack_-_netcode_gameobjects:
UPMCI_ACK_LARGE_PACKAGE: 1
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.9.0.0
Wrench: 3.2.0.0

Loading
Loading