StellaContrail / beatstream-ish-game

:musical_note: Rhythm Game : with notes coming from every direction
3 stars 0 forks source link

ECS Implementation #1

Open StellaContrail opened 4 years ago

StellaContrail commented 4 years ago

Unity introduced ECS(Entity Component System), which enables us to develop faster & lighter games. I haven't yet read the document fully though.

Learn more about ECS : https://docs.unity3d.com/Packages/com.unity.entities@0.3/manual/index.html

StellaContrail commented 4 years ago

The goal of this issue is to implement ECS into this game.