Skip to content

Commit 8c94830

Browse files
fix links
1 parent 9176476 commit 8c94830

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

NetcodeSamples/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unity Netcode for Entities Samples
22

3+
*For more Netcode and DOTS starter material, see the [main page of this repo](../README.md).*
4+
35
The Netcode for Entities package provides the multiplayer features needed to implement
46
world synchronization in an [entities]((https://docs.unity3d.com/Packages/com.unity.entities@latest))-based multiplayer game. It uses the transport package
57
for the socket level functionality, Unity Physics for networked physics simulation, Logging package for packet dump logs. Key Netcode for Entities features include:

PhysicsSamples/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unity Physics Samples
22

3+
*For more Phyiscs and DOTS starter material, see the [main page of this repo](../README.md).*
4+
35
## Controls
46

57
In the *Game* window:

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11

2+
*The sample projects in this repo use Unity 6.0 and the 1.3 releases of the `Entities`, `Netcode`, `Physics`, and `Entities.Graphics` packages.*
3+
24
# DOTS Samples
35

4-
The DOTS package sample projects contain many small samples that cover most of the package functionality:
6+
The DOTS package sample projects contain many small samples that cover most of the functionality in the packages:
57

68
- [Entities samples](./EntitiesSamples/README.md)
79
- [Physics samples](./PhysicsSamples/README.md)
810
- [Netcode samples](./NetcodeSamples/README.md)
911
- [Entities.Graphics HDRP samples](./GraphicsSamples/HDRPSamples/README.md)
1012
- [Entities.Graphics URP samples](./GraphicsSamples/URPSamples/README.md)
1113

12-
*The sample projects in this repo use Unity 6.0 and the 1.3 releases of the `Entities`, `Netcode`, `Physics`, and `Entities.Graphics` packages.*
13-
14-
1514
For those new to DOTS, we recommend starting with the DOTS 101 sample projects and materials:
1615

1716
## The Job System 101
@@ -35,7 +34,7 @@ For those new to DOTS, we recommend starting with the DOTS 101 sample projects a
3534
Additional Entities material on Unity Learn:
3635

3736
- [Tanks tutorial](https://learn.unity.com/tutorial/65b3e48fedbc2a611fc291a7) and [walkthrough video](https://youtu.be/jAVVxoWU5lo) (23 minutes)
38-
- [DOTS Bootcamp](https://learn.unity.com/tutorial/dots-bootcamp) ([code](./Dots101/Entities101/Assets/Firefighters/))
37+
- [DOTS Bootcamp](https://learn.unity.com/tutorial/dots-bootcamp) ([code](./Dots101/Entities101/Assets/Firefighters/README.md))
3938

4039
## Physics 101
4140

@@ -46,7 +45,7 @@ Additional Entities material on Unity Learn:
4645

4746
- [Document: Unity Netcode for Entities 101](https://docs.google.com/document/d/17AYh_Lc7Phgtg66sX9TrSrtCS7PZn0y-XuVL2A6cXCw/edit?usp=sharing)
4847
- [Sample project: Unity Netcode for Entities 101](./Dots101/Netcode101/)
49-
- [Video: Netcode 101]()
48+
- [Video: Netcode 101](https://youtu.be/f-4NR30ieWg)
5049

5150
## Additional content
5251

0 commit comments

Comments
 (0)