Skip to content

Commit 3548d81

Browse files
committed
Add back readme information for this fork
1 parent c445787 commit 3548d81

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

README.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
Unity
2+
============================
3+
This is Unity Technologies fork of the open source mono project.
4+
5+
### Versions
6+
Each Unity release upto 2019.2 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+
Unity versions 2019.3+ contain only MonoBleedingEdge.
11+
12+
### Branch Naming Convention
13+
Branches for released Unity versions are of the form unity-\<version\>\[-mbe\]. The '-mbe' suffix indicates the branch is for the MonoBleedingEdge version of Mono mentioned above.
14+
15+
### Branches
16+
17+
#### Trunk
18+
* [unity-master (PR to this branch for MonoBleedingEdge)](https://github.com/Unity-Technologies/mono/tree/unity-master)
19+
20+
#### 2021.2 pre-upgrade
21+
* [unity-2021.2-mbe-pre-upgrade](https://github.com/Unity-Technologies/mono/tree/unity-2021.2-mbe-pre-upgrade)
22+
23+
#### 2021.1
24+
* [unity-2021.1-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2021.1-mbe)
25+
26+
#### 2020.3
27+
* [unity-2020.3-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2020.3-mbe)
28+
29+
#### 2020.2
30+
* [unity-2020.2-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2020.2-mbe)
31+
32+
#### 2020.1
33+
* [unity-2020.1-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2020.1-mbe)
34+
35+
#### 2019.4
36+
* [unity-2019.4-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2019.4-mbe)
37+
38+
#### 2019.3
39+
* [unity-2019.3-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2019.3-mbe)
40+
41+
#### 2019.2
42+
* [unity-2019.2](https://github.com/Unity-Technologies/mono/tree/unity-2019.2)
43+
* [unity-2019.2-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2019.2-mbe)
44+
45+
#### 2019.1
46+
* [unity-2019.1](https://github.com/Unity-Technologies/mono/tree/unity-2019.1)
47+
* [unity-2019.1-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2019.1-mbe)
48+
49+
#### 2018.4
50+
* [unity-2018.4](https://github.com/Unity-Technologies/mono/tree/unity-2018.4)
51+
* [unity-2018.4-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2018.4-mbe)
52+
53+
#### 2018.3
54+
* [unity-2018.3](https://github.com/Unity-Technologies/mono/tree/unity-2018.3)
55+
* [unity-2018.3-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2018.3-mbe)
56+
57+
#### 2018.2
58+
* [unity-2018.2](https://github.com/Unity-Technologies/mono/tree/unity-2018.2)
59+
* [unity-2018.2-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2018.2-mbe)
60+
61+
#### 2018.1
62+
* [unity-2018.1](https://github.com/Unity-Technologies/mono/tree/unity-2018.1)
63+
* [unity-2018.1-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2018.1-mbe)
64+
65+
#### 2017.4
66+
* [unity-2017.4](https://github.com/Unity-Technologies/mono/tree/unity-2017.4)
67+
* [unity-2017.4-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.4-mbe)
68+
69+
#### 2017.3
70+
* [unity-2017.3](https://github.com/Unity-Technologies/mono/tree/unity-2017.3)
71+
* [unity-2017.3-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.3-mbe)
72+
73+
#### 2017.2
74+
* [unity-2017.2](https://github.com/Unity-Technologies/mono/tree/unity-2017.2)
75+
* [unity-2017.2-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.2-mbe)
76+
77+
#### 2017.1
78+
* [unity-2017.1](https://github.com/Unity-Technologies/mono/tree/unity-2017.1)
79+
* [unity-2017.1-mbe](https://github.com/Unity-Technologies/mono/tree/unity-2017.1-mbe)
80+
81+
#### 5.6
82+
* [unity-5.6](https://github.com/Unity-Technologies/mono/tree/unity-5.6)
83+
* [unity-5.6-mbe](https://github.com/Unity-Technologies/mono/tree/unity-5.6-mbe)
84+
85+
86+
87+
88+
Mono
89+
============================
90+
191
Mono is a software platform designed to allow developers to easily
292
create cross platform applications. It is an open source
393
implementation of Microsoft's .NET Framework based on the ECMA

0 commit comments

Comments
 (0)