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

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

2021-04-14 16:32:38 +03:00
# MLAPI Bitesize Samples
2021-03-05 18:40:37 +03:00
2021-04-14 01:26:44 +03:00
|Unity Version|Unity MLAPI Version|
2021-03-30 14:59:10 +03:00
|:-------:|:-------:|
|2020.3|0.1.0|
This repository contains a collection of bitesize sample projects and games that showcase different
2021-04-14 01:26:44 +03:00
sub-features of [MLAPI](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi). You can review these samples with [documentation](https://docs-multiplayer-sandbox.unity3d.com/docs/getting-started/about-mlapi) 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 [Unity MLAPI](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi).
## 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.
2021-03-30 14:59:10 +03:00
## Community and Feedback
2021-04-14 01:26:44 +03:00
2021-03-30 14:59:10 +03:00
For help, questions, networking advice or discussions about MLAPI and its extensions, please join our [Discord Community](https://discord.gg/FM8SE9E) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/multiplayer.26/).
## Maintenance
2021-04-14 01:26:44 +03:00
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 for supported versions.
2021-03-05 18:40:37 +03:00
2021-03-30 14:59:10 +03:00
## Contributing
These samples, projects, and Unity MLAPI are open-source and welcome contributions. See our [contribution guidelines](CONTRIBUTING.md) for details.