Simon Schmid
Simon Schmid
Update on Entitas distribution (CI/CD) I want to move away from big updates and releases where I bundle everything into Entitas.zip and Jenny.zip. Instead, I would like to continuously update...
Thanks! Good idea! Will add :)
@FNGgames Just checked, I use `List` because of `AddRange`. Very convenient. Will see if I can replace that
related #999
Hi, sorry I don't know how integration with Xamarin works. Maybe there will be hints here: https://developer.xamarin.com Are you talking about Visual Studio for Mac? https://developer.xamarin.com/visual-studio-mac/ Afaik, this is basically...
Entitas itself has no concept of single entities or components. However, as we know the code generator introduces single entities by extending the partial context with helper methods. That does...
Yes, you can override `ToString()` in the component to customize what's shown in the hierarchry
Will do using openupm, see #992
Will close in favour of #1005 You can follow the progress there