giraffesyo / com.unity.multiplayer.docs

Open Source documentation for Unity Multiplayer, which includes MLAPI and Transport.

Home Page:https://docs-multiplayer.unity3d.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Multiplayer Networking Docs

Welcome to the Unity Multiplayer Networking Documentation. This site includes the MLAPI, Unity Transport Package, Boss Room Sample Coop, and other tools and features.

The documentation site is built using Docusaurus 2 using Yarn and Node.js.

Website Forums Discord

Contributing Content

Always cut branches from master branch.

See the Contribution Guide to learn about writing and submitting content, our GitHub labels, and more. A template file (/docs/template.md) is included in the repo to understand markdown formatting and options.

Tools Used

Our site uses Docusaurus with Yarn commands. Always use Yarn commands, to update, build, and serve the server locally. If you need a preview without building locally, the Unity Doc Team can get you a preview!

Installation

The first time you clone the repo, run the following command to install required node modules into the local cloned directory. You only need to run this once.

yarn install

If you need to update packages and local plugins, use:

yarn upgrade

Building on Local

For full building content, see Building Locally:

  1. Run the build command to generate a site. This command generates static content into the build directory.

    yarn build
  2. Start a local development server and open up a browser window with the following command. Most changes are hot-loaded, displaying without requiring a rebuild and restart.

    yarn start

Connect with Unity

Connect with the Unity Multiplayer team and community on the MLAPI by Unity Discord using channel #documentation. You can also raise threads on the Unity Multiplayer Forum

About

Open Source documentation for Unity Multiplayer, which includes MLAPI and Transport.

https://docs-multiplayer.unity3d.com/

License:Other


Languages

Language:JavaScript 76.3%Language:SCSS 18.9%Language:TypeScript 3.6%Language:CSS 1.2%