Skip to content

Commit c9d4ff0

Browse files
author
Christian Kendall
committed
Update README.md
1 parent ff00d89 commit c9d4ff0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Unity-ECS-Example
22

33
## Purpose
4-
This repo is a testing ground for Unity's ECS system. It will contain examples for key systems such as movement and lifetime systems.
4+
This repo is a testing ground for Unity's ECS system. It will contain examples for key systems such as movement, rotation, and lifetime systems.
55
Hopefully it helps others taking the first step into the realm of "Performance by Default"...
66

77
## Preview
88
![Youtube Link](https://i.imgur.com/xtVkaqV.png)
99
https://www.youtube.com/watch?v=nqOs8C-LRIE
1010

1111
## Instructions
12-
There is only one scene in the project. The boostrap file handles the creation of entities (for now) with multiple settings.
13-
While most values are random within a given range, the settings exposed to the inspector are used for testing workload specifically.
12+
There is only one scene in the project. The cube spawner file handles the creation of entities with multiple settings.
13+
While most values are random within a given range, the settings exposed to the inspector are used for testing workload specifically. Actual profiling should always be done in builds.
1414

1515
#### SpawnType
1616
- This controls how the cubes spawn. The options are:
@@ -47,7 +47,6 @@ While most values are random within a given range, the settings exposed to the i
4747

4848

4949
## Future Additions
50-
- Utilize batch instantiations and batch destruction
5150
- Implement Batch Raycast System for Hit Detection
5251
1. Setup Hit System (Setups data for batch raycast)
5352
2. Hit System (Perform Batch Raycast/Hits)

0 commit comments

Comments
 (0)