Skip to content

Commit b12d9db

Browse files
author
Christian Kendall
authored
Update README.md
Add Image/YouTube link Update Future Additions Hit Detection Implementation plan Fix spelling mistake
1 parent d294028 commit b12d9db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
This repo is a testing ground for Unity's ECS system. It will contain examples for key systems such as movement and lifetime systems.
55
Hopefully it helps others taking the first step into the realm of "Performance by Default"...
66

7+
## Preview
8+
![Youtube Link](https://i.imgur.com/xtVkaqV.png)
9+
https://www.youtube.com/watch?v=nqOs8C-LRIE
10+
711
## Instructions
812
There is only one scene in the project. The boostrap file handles the creation of entities (for now) with multiple settings.
913
While most values are random within a given range, the settings exposed to the inspector are used for testing workload specifically.
@@ -43,8 +47,10 @@ While most values are random within a given range, the settings exposed to the i
4347

4448

4549
## Future Additions
46-
- Utilize batch instantions and batch destruction
47-
- Implement Batch Raycast System for hit detection
50+
- Utilize batch instantiations and batch destruction
51+
- Implement Batch Raycast System for Hit Detection
52+
1. Setup Hit System (Setups data for batch raycast)
53+
2. Hit System (Perform Batch Raycast/Hits)
4854

4955

5056
## From ckendal3

0 commit comments

Comments
 (0)