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
- Host: GitHub
- URL: https://github.com/skhamis/Unity-ECS-RTS
- Owner: skhamis
- Created: 2019-01-12T04:09:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T02:11:31.000Z (over 6 years ago)
- Last Synced: 2024-11-10T20:38:20.368Z (about 1 year ago)
- Topics: dots, ecs-rts, entity-component-system, rts-game, skcode, tutorial, unity, unity-3d
- Language: C#
- Size: 73.2 KB
- Stars: 237
- Watchers: 28
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
[](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