sschmid / Entitas

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

Entitas doesn't work #1059

Closed heavyfront closed 1 year ago

heavyfront commented 1 year ago

Hello. After i install entitas from asset store like you did in tutorial, i press generate and see this error image

heavyfront commented 1 year ago

Translation of second part of this error - The requested fetch is not possible for a file with an open in-use section.

sschmid commented 1 year ago

@heavyfront I recommend getting the latest Entitas version from the GitHub release instead of Unity Asset store:

https://github.com/sschmid/Entitas/releases

For reference, you can have a look at Match-One, where I installed Entitas.zip to Assets/Entitas, and Jenny.zip to outside of the Assets folder ./Jenny

https://github.com/sschmid/Match-One