Skip to content

Commit 4daca2e

Browse files
Updated Readme
1 parent da32795 commit 4daca2e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/WIKI/generator.png

170 KB
Loading

.github/WIKI/lifecycle.sketch

0 Bytes
Binary file not shown.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ It's recommended to build your entire project around these life cycle methods.
4848

4949
<img src="https://raw.githubusercontent.com/elraccoone/unity-entity-component-system/master/.github/WIKI/lifecycle.png" width="100%"></br>
5050

51+
## Getting Started
52+
53+
It's recommended to get started by using the file generator to generate your scripts. When it's your first time using the ECS, you might want to enable the _Overwrite All Virtuals_ option to see what's possible.
54+
55+
<img src="https://raw.githubusercontent.com/elraccoone/unity-entity-component-system/master/.github/WIKI/generator.png" width="100%"></br>
56+
5157
## Classes, Methods and Properties
5258

5359
Use build in file generator to create new instances for any of these types.

0 commit comments

Comments
 (0)