You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NetcodeSamples/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
### Unity Netcode for Entities Samples
2
2
3
+
*For more Netcode and DOTS starter material, see the [main page of this repo](../README.md).*
4
+
3
5
The Netcode for Entities package provides the multiplayer features needed to implement
4
6
world synchronization in an [entities]((https://docs.unity3d.com/Packages/com.unity.entities@latest))-based multiplayer game. It uses the transport package
5
7
for the socket level functionality, Unity Physics for networked physics simulation, Logging package for packet dump logs. Key Netcode for Entities features include:
0 commit comments