test: add network collections, struct and class tests MTT-936#1000
Merged
mattwalsh-unity merged 3 commits intodevelopfrom Aug 4, 2021
Merged
test: add network collections, struct and class tests MTT-936#1000mattwalsh-unity merged 3 commits intodevelopfrom
mattwalsh-unity merged 3 commits intodevelopfrom
Conversation
04ee3ad to
630c0cf
Compare
com.unity.multiplayer.mlapi/Runtime/com.unity.multiplayer.mlapi.runtime.asmdef
Outdated
Show resolved
Hide resolved
f12bf50 to
79fff4d
Compare
mattwalsh-unity
commented
Aug 4, 2021
Contributor
Author
|
@zain-mecklai hey I did a bunch with MultiInstanceHelper here including adding a new helper method and wanted to get your thoughts |
mattwalsh-unity
commented
Aug 4, 2021
com.unity.multiplayer.mlapi/Runtime/Serialization/NetworkWriter.cs
Outdated
Show resolved
Hide resolved
Contributor
@mattwalsh-unity As I read through this it is clear to me that I don't understand enough to be able to provide any kind of useful feedback. I'll continue to work on developing my knowledge and understanding and then will be in a better position to provide feedback. |
5ec9b1c to
6620a7c
Compare
SamuelBellomo
added a commit
that referenced
this pull request
Aug 11, 2021
…nsform * develop: (32 commits) refactor: calling networkShow(NetworkObject) code in networkshow(List<NetworkObject>) (#1028) feat: snapshot. MTT-685 MTT-822 (#1021) test: adding a multi-instance test checking NetworkShow and NetworkHide on lists of objects (#1036) fix: corrected NetworkVariable WriteField/WriteDelta/ReadField/ReadDelta dropping the last byte if unaligned. (#1008) chore: run standards check over solution files (#1027) chore: replace MLAPI with Netcode in Markdown files (#1025) fix!: added plainly-callable Add() method to NetworkSet [MTT-1005] (#1022) fix: fixing incorrect merge done as part of commit 85842ee (#1023) chore: cleanup/upgrade serialized scenes (#1020) chore: replace MLAPI with Netcode in C# source files (#1019) test: add network collections, struct and class tests MTT-936 (#1000) test: add buildtests to test build pipeline on target platforms (#1018) chore: rename MLAPI types to Netcode (#1017) chore!: rename asmdefs, change top-level namespaces (#1015) Replacing community NetworkManagerHUD with a simpler implementation (#993) test: network prefab pools and INetworkPrefabInstanceHandler (#1004) fix: do not expose Runtime internals to TestProject.ManualTests asmdef (#1014) refactor: snapshot. merge preparation. Removing old acks, removing unused varia… (#1013) chore!: per-asmdef namespaces instead of per-folder (#1009) feat: snapshot. ground work, preparing depedencies. No impact on code behaviour (#1012) ... # Conflicts: # com.unity.multiplayer.mlapi/Prototyping/NetworkTransform.cs # com.unity.multiplayer.mlapi/Runtime/Messaging/InternalMessageHandler.cs
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.
No description provided.