Closed Olle-Lukowski closed 8 months ago
The current nuget packages aren't up to date with the main branch. There was a recent breaking change to the query interfaces in this PR that is only available in the gitlab package registry. I suggest using the gitlab feed for now as those are more up to date. The nuget.org packages will be updated on the next flecs release.
The readme has an example of how to add the development feed to your .csproj file. https://github.com/BeanCheeseBurrito/Flecs.NET?tab=readme-ov-file#gitlab-package-registry
The latest nuget package has been updated to use the new query interfaces. https://www.nuget.org/packages/Flecs.NET.Bindings.Release/3.2.11
I was just trying to crate a pretty basic routine/system:
and got an error at the Routine line saying:
after looking into it, it seems there are multiple definitions of routine, 4 to be exact, that are the same.