This package offers reusable utilities for your own projects.
You can add this package via the Package Manager window in the Unity Editor by selecting add from Git URL and adding the following URL: https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#main
Or you can directly add this line to your manifest.json file:
"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop#main"
The project is licensed under the Unity Companion License. See LICENSE.md for more legal information.
IMPORTANT:
- The Utilities package supports those platforms supported by Netcode for GameObjects.
- Utilities is compatible with Unity 2020.3 and later.
- Make sure to include standalone support for Windows/Mac in your installation.
Multiple utilities classes are available in the Utilities folder. For example the ClientNetworkTransform and Session Manager.
For example usage, please see Boss Room.