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

https://github.com/sschmid/entitas-csharp-example

This is a simple and interactive Unity3d example project to show how to use Entitas
https://github.com/sschmid/entitas-csharp-example

Last synced: over 1 year ago
JSON representation

This is a simple and interactive Unity3d example project to show how to use Entitas

Awesome Lists containing this project

README

          

# Entitas Example
This is a simple and interactive Unity3d example project to show how to use Entitas. Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity

Get Entitas here: https://github.com/sschmid/Entitas-CSharp

---

Entitas Example shows
- systems list in GameController
- how you can use reactive system to only process changed entities

![Example Project](https://raw.githubusercontent.com/sschmid/Entitas-CSharp/develop/Readme/Images/ExampleProject.png)