com.unity.multiplayer.sampl.../README.md

33 строки
2.1 KiB
Markdown
Исходник Обычный вид История

# Netcode for GameObjects Bitesize Samples
2021-03-05 18:40:37 +03:00
|Unity Version|Netcode Version|
2021-03-30 14:59:10 +03:00
|:-------:|:-------:|
2021-10-21 16:27:07 +03:00
|2020.3|1.0.0-pre|
2021-03-30 14:59:10 +03:00
This repository contains a collection of bitesize sample projects and games that showcase different
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/netcode/current/learn/bitesize-introduction) to better understand APIs and features.
2021-03-05 18:40:37 +03:00
## Who is this for?
2021-04-14 01:26:44 +03:00
The samples in this repository help you get started with development of a multiplayer
project using [Netcode for GameObjects](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects).
2021-04-14 01:26:44 +03:00
## Requirements
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/helloworld/helloworldintro) to prepare your environment. You can then access and use these samples for Netcode for GameObjects in a more self-contained scenario.
2021-03-30 14:59:10 +03:00
## Community and Feedback
2021-04-14 01:26:44 +03:00
For help, questions, networking advice or discussions about Netcode for GameObjects and its samples, please join our [Discord Community](https://discord.gg/FM8SE9E) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/netcode-for-gameobjects.661/).
2021-03-30 14:59:10 +03:00
## Maintenance
2021-04-14 01:26:44 +03:00
The Netcode for GameObjects Bitesize Samples repository will be maintained and updated with the latest released Netcode for GameObjects 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.
2021-03-05 18:40:37 +03:00
## 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)
2021-03-30 14:59:10 +03:00
## Contributing
2021-05-08 01:35:38 +03:00
We welcome your contributions to this sample code and objects. See our [contribution guidelines](CONTRIBUTING.md) for details.