Search Unity

Transport & Netcode Packages Not Available?

Discussion in 'NetCode for ECS' started by drhodor, Nov 30, 2019.

  1. drhodor

    drhodor

    Joined:
    Aug 18, 2013
    Posts:
    39
    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...

    https://github.com/Unity-Technologies/multiplayer
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,759
    Currently just have to add them manually to the manifest
     
  3. drhodor

    drhodor

    Joined:
    Aug 18, 2013
    Posts:
    39
    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