-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d60a4d
commit 37d05b4
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# CubesDOTS | ||
Unity demo using Entity-Component-System and C# Jobs. | ||
Unity demo using DOTS (Entity Component System, C# Jobs and Burst compiler). | ||
|
||
|
||
## Installation | ||
- Install Unity 2019.1.14f1 | ||
- Install the following packages using Package Manager: | ||
- Entities. | ||
- Jobs. | ||
- Burst. | ||
- Unity Renderer. | ||
- Unity DOTS. | ||
- DOTS for Android. | ||
- DOTS for macOS. | ||
- DOTS for Windows. | ||
|
||
|
||
## Playing Demo | ||
- Open and play 'Demo.unity' scene. | ||
|
||
## Screenshots | ||
<img src="https://github.com/victorfisac/CubesDOTS/blob/master/Screenshots/Screenshot_001.png"> | ||
|
||
<img src="https://github.com/victorfisac/CubesDOTS/blob/master/Screenshots/Screenshot_002.gif"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.