Simon Schmid
Simon Schmid
@aunymoons Your setup seems fine. ReactiveSystem.Execute() is only called if the trigger and filter passes. Can you share a Trigger() and Filter() so we can double check if they are...
@woshiZS when you use `entity.ReplaceMyComponent(teamId, other, properties)` it should always update the index. This is fine to do and will also reuse the components itself. You can also consider to...
@charlieamer if you're on windows you can run Jenny.exe directly. You only need to use mono if you're on macOS. You can append `-v` to any command to get verbose...
when you run Jenny.exe without any parameters it will start the jenny wizard which helps you generate a proper Jenny.properties file. Usually that helps when there are any issues
@charlieamer EntitasPure has been renamed to Entitas-Standalone and is updated to .NET 6.0 and using nuget. You can now generate using dotnet. Please see: [Entitas-Standalone](https://github.com/sschmid/Entitas-Standalone)
@buihuuloc Not 100% sure yet, I'm currently reorganising my schedules to be able to regularly block time for Entitas development. 2 - 4 months might be realistic
I shifted a few things around and should be able to have time to work on Entitas again in approx 4 weeks! Really looking forward!
Change of plans to be more active and commit more regularly: I will go back to smaller incremental releases, which will make it simpler to actually do changes, make sure...
My new structure shows first positive effects. I updated DesperateDevs and Entitas so I can build again and enable incremental changes again. Here's an unsorted list of things I'd like...
Hi, some updates, as I had a short amount of time to continue working it, and I'm currently pushing to get some time during my work for this. - Proper...