chore: merge 1.12.0 into develop#3196
Merged
NoelStephensUnity merged 17 commits intodevelopfrom Jan 10, 2025
Merged
Conversation
generated files for release automation within Unity org
* fix This fixes the issue with NetworkLists on in-scene placed NetworkObjects causing small memory leaks when entering and exiting playmode. * update adding changelog entry * update adding PR number to log entry
* generated files for release automation within Unity org * Corrected pvp profiles check
* Update README.md Adding note about where to find the NGO v2 branch along with the examples. * chore: api documentation phase 1 [backport] (#3157) * update updating XML API documentation for ConnectionEvent and ConnectionEventData. * update Updating XML API documentation for RpcTargetUse. * Update com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets/RpcTarget.cs Co-authored-by: Emma <emma.mcmillan@unity3d.com> * Update com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets/RpcTarget.cs Co-authored-by: Emma <emma.mcmillan@unity3d.com> --------- Co-authored-by: Emma <emma.mcmillan@unity3d.com> --------- Co-authored-by: Emma <emma.mcmillan@unity3d.com>
* Updated wrench version to 0.10.30 * Corrected license file * Removed old files not conforming to pvp rules * Corrected typo in changelog * Added samples description to package.json while removing deprecated .samples.json * Inclusion of CI generation files
* Changed Samples folder name to Samples~ * Added path field in package.json for samples
* Timeout of validation jobs increased to 2h for editors below 6000
fix Removing timesouts from our integration tests: - TestSendingWithGroupOverride - TestSendingWithGroupNotOverride - WhenManyObjectsAreSpawnedAtOnce_AllAreReceived(
* update reverting the removal of the timeout. making it actually 6 minutes. * fix Using the NGO v2. version of the UniversalRpcTestSendingWithGroupNotOverride and TestSendingWithGroupOverride tests.
fix Adding extended timeout to all universal rpc tests
EmandM
approved these changes
Jan 9, 2025
miniwolf
approved these changes
Jan 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging v1.12.0 back into the develop branch
Changelog
NA
Testing and Documentation