From 20c9cfdc0e61a16266744224f2be8a6b0c4d4138 Mon Sep 17 00:00:00 2001 From: Sam Bellomo <71790295+SamuelBellomo@users.noreply.github.com> Date: Fri, 24 Sep 2021 10:51:27 -0400 Subject: [PATCH] Updating links to Netcode, adding link to boss room --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e3408b42..bcc5bd6ae 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ |2020.3|0.1.0| This repository contains a collection of bitesize sample projects and games that showcase different -sub-features of [MLAPI](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi). You can review these samples with [documentation](https://docs-multiplayer.unity3d.com/docs/learn/bitesize-introduction) to better understand APIs and features. +sub-features of [Netcode](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects). You can review these samples with [documentation](https://docs-multiplayer.unity3d.com/docs/learn/bitesize-introduction) to better understand APIs and features. ## Who is this for? The samples in this repository help you get started with development of a multiplayer -project using [Unity MLAPI](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi). +project using [Netcode for GameObjects](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects). ## Requirements -You need Unity and [Unity MLAPI](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/latest) installed to use these samples. Complete the [Hello World Getting Started](https://docs-multiplayer.unity3d.com/docs/tutorials/helloworldintro/index.html) to prepare your environment. You can then access and use these samples to MLAPI in a more self-contained scenario. +You need Unity and [Unity Netcode](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects) installed to use these samples. Complete the [Hello World Getting Started](https://docs-multiplayer.unity3d.com/docs/tutorials/helloworldintro/index.html) to prepare your environment. You can then access and use these samples to MLAPI in a more self-contained scenario. ## Community and Feedback @@ -24,5 +24,9 @@ For help, questions, networking advice or discussions about MLAPI and its extens The MLAPI Bitesize Samples repository will be maintained and updated with the latest released MLAPI version and Unity LTS version. See this readme and the [changelog](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/blob/main/CHANGELOG.md) for supported versions. +## Other samples +See our other samples for more multiplayer content +- [Boss Room a small scale coop game](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/latest) + ## Contributing We welcome your contributions to this sample code and objects. See our [contribution guidelines](CONTRIBUTING.md) for details.