Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudjubei/EntitasTanks
Entitas port of the Unity example Tanks project
https://github.com/cloudjubei/EntitasTanks
Last synced: 2 months ago
JSON representation
Entitas port of the Unity example Tanks project
- Host: GitHub
- URL: https://github.com/cloudjubei/EntitasTanks
- Owner: cloudjubei
- Created: 2016-08-09T14:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T08:52:49.000Z (about 7 years ago)
- Last Synced: 2024-08-03T19:09:55.098Z (6 months ago)
- Language: C#
- Size: 39.4 MB
- Stars: 32
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - EntitasTanks - Entitas port of the Unity Tanks Tutorial project (ECS)
README
# EntitasTanks
Entitas port of the Unity Tanks Tutorial projectI tried to make an example Entitas project that people who are new to it could inspect and maybe find out inspiration as to how to do certain things.
It's based on Unity's Tanks Tutorial:
https://www.assetstore.unity3d.com/en/#!/content/46209Most of the relevant code is inside Assets/Entitas/Scripts
The used Prefabs can be found under Assets/Resources
If you have any questions - please join the Entitas gitter chat:
https://gitter.im/sschmid/Entitas-CSharpHope this project helps you!
All the models, sounds, textures etc. are taken directly from the Unity project which is included here for comparison (Assets/Complete).