Skip to content

Commit a658445

Browse files
committed
Merge branch 'develop-2.0.0' of https://github.com/Unity-Technologies/com.unity.netcode.gameobjects into chore/rust-unit-test
2 parents 41307ba + 83a713a commit a658445

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.yamato/_run-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ run_all_webgl_builds_6000:
138138
name: Run All WebGl Build [6000.0]
139139
dependencies:
140140
{% for project in projects.default -%}
141-
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
142141
{% for platform in test_platforms.desktop -%}
142+
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
143143
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_6000.0
144-
{% endfor -%}
145144
{% endif -%}
146145
{% endfor -%}
146+
{% endfor -%}
147147

148148

149149
# Runs all Desktop tests

Examples/PingTool/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Netcode for GameObjects Ping Tool
2-
This project is only for example purposes and provides one example of how to one can acquire ping times between clients during a network session. It also includes integration with the Realtime Network Stats Monitor tool that provides additional relative (and useful) network stats.
2+
This project is only for example purposes and provides an example of how one can acquire ping times between clients during a network session. It also includes integration with the Realtime Network Stats Monitor tool that provides additional relative (and useful) network stats.
33

44
## Ping Tool
55
The ping tool lives in its own assembly for convenience purposes:
@@ -17,8 +17,8 @@ The ping tool includes a runtime "Ping Rate" slider that provides you with the a
1717

1818
## Ping Tool RNSM Integration
1919
Depending upon the network topology selected in the **NetworkManager** depends upon how information is displayed.
20-
The RTT values represnt the UnitTransport's Round Trip Time calculated values.
21-
The Ping values represent the time it takes to send a message from client-a to client-b which includes the time it takes to be serialized, added to the outbound queue, sent via UTP, received by UTP, deserialized and processed on the client-b side. The delta time is based off of the delta network server time on client-a and client-b.
20+
The RTT values represnt the UnityTransport's Round Trip Time calculated values.
21+
The Ping values represent the time it takes to send a message from Client-A to Client-B which includes the time it takes to be serialized, added to the outbound queue, sent via UTP, received by UTP, deserialized and processed on the Client-B side. The delta time is based off of the delta network server time on Client-A and Client-B.
2222

2323
### Client-Server Network Topology
2424
When using a client-server network topology, upon first starting a host with no other connected clients you should see no stats other than the frame frate:

0 commit comments

Comments
 (0)