nujas / JanusVagabond

MIT License
1 stars 0 forks source link

added basic reusable components and bot related managers #31

Closed DennisSSDev closed 5 years ago

DennisSSDev commented 5 years ago

Summary

Simple PR, mainly for establishing global components and determining which Unity Dev flow we'll be using (ComponentSystem)

Reason: ECS is very bare bones and doesn't have the necessary helper components/systems for easy sprite animation, which was assumed to exist within the ECS domain. Thus we'll have to roll back to a Hybrid version, where we'll still utilize the systems + components, but instead of Entities, we'll use GameObjects