|
| 1 | +Unity |
| 2 | +============================ |
| 3 | +This is Unity Technologies fork of the open source mono project. |
| 4 | + |
| 5 | +### Versions |
| 6 | +Each Unity release contains two versions of Mono. One older version (Mono) is embedded into the Editor and Players. Another newer version (MonoBleedingEdge) is used to run tools and tests. |
| 7 | + |
| 8 | +In newer Unity versions (2017.1+) this MonoBleedingEdge version can be used in the Editor and Players via enabling an Experimental player setting. |
| 9 | + |
| 10 | +### Branch Naming Convention |
| 11 | +Branches for released Unity versions are of the form unity-\<version\>\[-mbe\][-staging\]. The '-staging' suffix is used as a branch for PRs to target with potential changes. The '-mbe' suffix indicates the branch is for the MonoBleedingEdge version of Mono mentioned above. |
| 12 | + |
| 13 | +### Branches |
| 14 | + |
| 15 | +#### Trunk |
| 16 | +* [unity-staging (PR to this branch for Mono)](https://github.com/Unity-Technologies/mono/tree/unity-staging) |
| 17 | +* [unity-trunk](https://github.com/Unity-Technologies/mono/tree/unity-trunk) |
| 18 | +* [unity-master-staging (PR to this branch for MonoBleedingEdge)](https://github.com/Unity-Technologies/mono/tree/unity-master-staging) |
| 19 | +* [unity-master](https://github.com/Unity-Technologies/mono/tree/unity-master) |
| 20 | + |
| 21 | +#### 2017.3 |
| 22 | +* [unity-2017.3-staging](https://github.com/Unity-Technologies/mono/tree/unity-2017.3-staging) |
| 23 | +* [unity-2017.3](https://github.com/Unity-Technologies/mono/tree/unity-2017.3) |
| 24 | +* [unity-2017.3-mbe-staging](https://github.com/Unity-Technologies/mono/tree/unity-2017.3-mbe-staging) |
| 25 | +* [unity-2017.3-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.3-mbe) |
| 26 | + |
| 27 | +#### 2017.2 |
| 28 | +* [unity-2017.2-staging](https://github.com/Unity-Technologies/mono/tree/unity-2017.2-staging) |
| 29 | +* [unity-2017.2](https://github.com/Unity-Technologies/mono/tree/unity-2017.2) |
| 30 | +* [unity-2017.2-mbe-staging](https://github.com/Unity-Technologies/mono/tree/unity-2017.2-mbe-staging) |
| 31 | +* [unity-2017.2-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.2-mbe) |
| 32 | + |
| 33 | +#### 2017.1 |
| 34 | +* [unity-2017.1-staging](https://github.com/Unity-Technologies/mono/tree/unity-2017.1-staging) |
| 35 | +* [unity-2017.1](https://github.com/Unity-Technologies/mono/tree/unity-2017.1) |
| 36 | +* [unity-2017.1-mbe-staging](https://github.com/Unity-Technologies/mono/tree/unity-2017.1-mbe-staging) |
| 37 | +* [unity-2017.1-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.1-mbe) |
| 38 | + |
| 39 | +#### 5.6 |
| 40 | +* [unity-5.6-staging](https://github.com/Unity-Technologies/mono/tree/unity-5.6-staging) |
| 41 | +* [unity-5.6](https://github.com/Unity-Technologies/mono/tree/unity-5.6) |
| 42 | +* [unity-5.6-mbe-staging](https://github.com/Unity-Technologies/mono/tree/unity-5.6-mbe-staging) |
| 43 | +* [unity-5.6-mbe](https://github.com/Unity-Technologies/mono/tree/unity-5.6-mbe) |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +Mono |
| 49 | +============================ |
| 50 | + |
1 | 51 | Mono is a software platform designed to allow developers to easily
|
2 | 52 | create cross platform applications. It is an open source
|
3 | 53 | implementation of Microsoft's .NET Framework based on the ECMA
|
|
0 commit comments