Skip to content

Commit 3f2116e

Browse files
authored
Update README.md
1 parent 0539b0e commit 3f2116e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ We have also provided a new forum where you can find more information and share
77

88
[Click here to visit the forum](https://unity3d.com/performance-by-default)
99

10-
## What is in the build
10+
## What is available today
1111
We have been working on a new high performance multithreaded system, that will make it possible for games to fully utilise the multicore processors available today without heavy programming headache. This is possible thanks to the new Entity Component System which provides a way to write performant code by default. Paired with the C# Job System and a new math-aware backend compiler technology named Burst. Unity can produce highly optimised code for the particular capabilities of the platform you’re compiling for.
1212

13-
[Download the beta build required here](https://unity3d.com/unity/beta-download)
13+
These new systems are compatible with Unity 2018.1 and onwards
1414

1515
## Entity Component System
1616
Offers a better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. It leverages the C# Job System and Burst Compiler enabling you to take full advantage of today's multicore processors. By moving from object-oriented to data-oriented design it will be easier for you to reuse the code and easier for others to understand and work on it

0 commit comments

Comments
 (0)