sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.13k stars 1.11k forks source link

Is this repo the same as the Entities in the unity package manager? #944

Closed ffbh123456 closed 4 years ago

ffbh123456 commented 4 years ago

The status of the entities in the unity package manager is the preview, do I install the unity entities directly or git clone here

Screen Shot 2020-07-12 at 2 41 54 PM
c0ffeeartc commented 4 years ago

No, that's Unity ECS in unity package manager. Completely different package. If you want Entitas check releases

ffbh123456 commented 4 years ago

Thank you for your reply , And do you know which of the two frameworks has better performance @c0ffeeartc

c0ffeeartc commented 4 years ago

Unity ECS has best performance over every other ECS framework used within Unity, also it’s one of the hardest to learn and use

ffbh123456 commented 4 years ago

@c0ffeeartc Thank you , And I am looking for a server-side framework now. Can you give me some suggestions ,for example, photon

c0ffeeartc commented 4 years ago

@c0ffeeartc Thank you , And I am looking for a server-side framework now. Can you give me some suggestions ,for example, photon

Can't, maybe someone else can.

ffbh123456 commented 4 years ago

@c0ffeeartc OK , Thank you for your help