Unity-Technologies / com.unity.multiplayer.docs

Open Source documentation for Unity Multiplayer, which includes Netcode for GameObjects, the Unity Transport Package, Multiplayer Tools and Educational references and Sample Games such as Boss Room.
https://docs-multiplayer.unity3d.com/
Other
657 stars 202 forks source link

Feedback for ocs/migration/installation.md - Instructions for installing the official release package (v1.0.0) #681

Closed 11BelowStudio closed 2 years ago

11BelowStudio commented 2 years ago

This page hasn't been updated since the official v1.0.0 release of Netcode for GameObjects, and still presents the installation instructions to the user as 'how to install this WIP package', instead of a more reassuring 'how to install the release version of this package'.

If memory serves, it should be possible for users to just download the package via the Unity package manager now, so this page should just tell users to do that.

Alternatively, tell users to go to /Packages/manifest.json, then, in the dependencies, add "com.unity.netcode.gameobjects": "1.0.0", like so:

{
  "dependencies": {
     // everything else that's already in dependencies

    "com.unity.netcode.gameobjects": "1.0.0"
  },
  // other stuff that's in the manifest.json like scoped registries etc
}

But point is, this package is out of beta, with a v1.0.0 release version, so you may as well tell users to install the release version.

s-omeilia-unity commented 2 years ago

All docs content for the Unity Multiplayer Networking docs site has been reviewed in a docs audit. This includes link updates, content review by development to be up-to-date as of Aug 2022, and content rewrites. If your issue remains, please open a new GH issue to capture your concern. Thank you.