Transport & Netcode Packages Not Available?

New documentation on the mutliplayer github says they’re available in package manager for supported (2019.3 or newer) versions. But “Unity Transport” and “Unity Netcode” are not there for 2019.3 or 2020a, even when enabling preview packages…

Currently just have to add them manually to the manifest

From the README:

To try out samples in this repository all you need to do is open sampleprojects/ in Unity. If you wish to create a new Unity project using these packages that is also possible.

  • Make sure you have a supported version of Unity (2019.3 or newer)
  • Create a new Unity project
  • If you want to use the NetCode, add Unity NetCode from the package manager.
  • If you want to use the transport but not NetCode, add Unity Transport from the package manager.
  • Package dependencies will automatically be pulled into the project