An open API service indexing awesome lists of open source software.

https://github.com/skhamis/Unity-ECS-RTS

Trying to recreate a simple RTS game using Unity and pure ECS
https://github.com/skhamis/Unity-ECS-RTS

dots ecs-rts entity-component-system rts-game skcode tutorial unity unity-3d

Last synced: 8 months ago
JSON representation

Trying to recreate a simple RTS game using Unity and pure ECS

Awesome Lists containing this project

README

          

# Pure ECS RTS with Unity3D
Trying to create an RTS game using Unity and the new DOTS (Data-Oriented Tech Stack)

Contributions welcome!

## Link to the tutorial series:

[![playlist image](https://img.youtube.com/vi/36Q6HO19O6U/0.jpg)](https://www.youtube.com/watch?v=36Q6HO19O6U&list=PL13LVknaRwqyN4vKyeZwjcVlkjuvYgYwq)

# Core Packages used:
- [ECS](https://docs.unity3d.com/Packages/com.unity.entities@0.0/manual/index.html)
- [Unity.Physics](https://docs.unity3d.com/Packages/com.unity.physics@0.0/manual/index.html)

## Good ECS Resources
- https://github.com/Unity-Technologies/EntityComponentSystemSamples
- [@5argon has alot of good (advanced) write-ups on ECS](https://gametorrahod.com/tag/unity-ecs/)
- https://rams3s.github.io/blog/2019-01-09-ecs-deep-dive/
- https://medium.com/@gamevanilla/survival-shooter-using-unitys-entity-component-system-revisited-874cd69085ae