Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-cortez authored Jul 7, 2023
2 parents 765f811 + 6e39bc2 commit ee3cfdc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions Experimental/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# ‼️Experimental Samples‼️

Experimental samples are new samples or experimental modifications made to mature samples. Unity does not support Experimental samples because they are in the early stages of development, address currently unsupported use cases, or rely on experimental technologies.

Experimental samples can go through many changes before they are ready to be released and labelled as _Production-Ready_. They might pass the verification requirements; however, they could be deprecated. There is no guarantee for future support, so you should not use experimental samples in production.

## Goal and Purpose

The goal of this folder is to aggregate ideas and small projects in development to accelerate community access. They are made available to foster discussion and gauge interest in particular areas.

**These samples come with no quality guarantee and are _not_ recommended for production use.**

This means:
- They are unsupported and may be changed or removed at any time.
- They are not rigorously tested against Unity Editor versions, platforms, or devices.
- They are not maintained to the same quality or standards as those labelled as _Production-Ready_.
- They may address unsupported use cases.

For education on game features critical to your production, please use our **Production-Ready** [Bitesize samples](https://docs-multiplayer.unity3d.com/netcode/current/learn/bitesize/bitesize-introduction/), [Boss Room](https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom/bossroom/), and [documentation](https://docs-multiplayer.unity3d.com/).

To connect, find support and share feedback, join the multiplayer community on the [Unity Discord](https://discord.gg/mNgM2XRDpb) and [Unity Forum](https://forum.unity.com/forums/multiplayer.26/).<br> <center>
| -- |

## Contributing

If you're a Unity employee, click [here](https://docs.google.com/document/d/1PCti3N3a78fObtU8fm4EQYMibXFtmjtPFZ_x-f_O5w0/edit?usp=sharing) for the process.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![LatestRelease](https://img.shields.io/badge/Latest%20%20Github%20Release:-v1.3.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/releases/tag/v1.3.0)
<br><br>

This repository contains a collection of bitesize sample projects and games that showcase different
This repository contains a collection of bitesize sample projects and games that showcase different techniques
which can help you get started with development of a multiplayer
project using [Netcode for GameObjects](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects).
<br><br>
Expand Down Expand Up @@ -97,4 +97,4 @@ If you have tried these samples already, please consider leaving us feedback [he

[![Documentation](https://img.shields.io/badge/Unity-bitesize--docs-57b9d3.svg?logo=unity&color=2196F3)](https://docs-multiplayer.unity3d.com/netcode/current/learn/bitesize/bitesize-introduction)
[![Forums](https://img.shields.io/badge/Unity-multiplayer--forum-57b9d3.svg?logo=unity&color=2196F3)](https://forum.unity.com/forums/multiplayer.26/)
[![Discord](https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=5865F2)](https://discord.gg/FM8SE9E)
[![Discord](https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=5865F2)](https://discord.gg/FM8SE9E)

0 comments on commit ee3cfdc

Please sign in to comment.