A collection of smaller Bitesize samples to educate in isolation features of Netcode for GamesObjects and related technologies.
Перейти к файлу
Luke Stampfli 8e090dfe7b Merge pull request #3 from cosmin-bararu/docs/update-license
Update license to hybrid license of UCL and UPDL
2021-03-31 12:08:53 +01:00
.github/ISSUE_TEMPLATE docs: issue templates 2021-03-30 12:34:33 +01:00
Basic/Invaders Update README.md 2021-03-22 08:36:55 +00:00
.gitignore [Invaders] Update gitignore files & remove .idea files 2021-03-05 15:09:33 +00:00
CODE_OF_CONDUCT.md docs: CoC & contributing 2021-03-30 12:34:52 +01:00
CONTRIBUTING.md docs: CoC & contributing 2021-03-30 12:34:52 +01:00
LICENSE.md Update license to hybrid license of UCL and UPDL 2021-03-31 11:09:14 +02:00
README.md docs: Update readme 2021-03-30 12:59:10 +01:00

README.md

MLAPI Shared Samples

Unity Version MLAPI Version
2020.3 0.1.0

This repository contains a collection of mini sample projects/games that showcase different sub-features of MLAPI as well as being used for Documentation purposes.

Who is this for?

The samples in this repository exist to help you getting started with development of a multiplayer project using MLAPI if you just got past the "Hello World" stage and are interested in how you can use some specific sub-features of MLAPI in a more self-contained scenario.

Community and Feedback

For help, questions, networking advice or discussions about MLAPI and its extensions, please join our Discord Community or create a post in the Unity Multiplayer Forum.

Maintenance

The Shared Samples Repository will be kept up to date with the latest released MLAPI version and LTS version of Unity. We indicate the currently used versions of Unity and MLAPI at the top of the readme.

Contributing

Check out or contribution guidelines