The Netcode Documentation has errors

So I was decided that I was going to try out Netcode, so I made a new project and started following the getting started documentation. And I was just copying and pasting the code. BUT the code has errors in it. Lots of things said that I was missing a library or that it could not access the variable because it was a protected variable.

Please fix the doc or at least point me towards a tutorial.
thanks

Sure you were reading latest version?

If so link to what’s broken

I don’t know if I am reading the latest version but that is what pulls up if I press the documentation for netcode inside the package Manager.

It says that it can not access the DatastreamReader.Context becuase of its protection level. Any ideas of what I might have missed?

This is what I was talking about. How do I fix it?

By the way I only got to the third thing of code in the manual.

The data stream reader is the only one I cannot get rid of.

Check out the upgrade guides of the latest updates.
https://docs.unity3d.com/Packages/com.unity.netcode@0.1/changelog/CHANGELOG.html
https://docs.unity3d.com/Packages/com.unity.transport@0.3/changelog/CHANGELOG.html

Unfortunately only the sample projects got updated properly, but not the documentation.
https://github.com/Unity-Technologies/multiplayer/tree/master/sampleproject/Assets/Samples/NetCube

Thank you so much!