We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
broken link
replaced installation section with link to new dedicated step-by-step guide.
Moved ".csproj file not found" troubleshooting advice to FAQ page.
Updated Unity Tutorial Hello World (markdown)
Changes according to the new Version. The .csproj error solution tested by me.
Fix Cleanup method as context.DestroyEntity() has been removed [#254](https://github.com/sschmid/Entitas-CSharp/issues/254)
Troubleshooting steps for setting up preferences.
protected override Collector<GameEntity> GetTrigger(IContext<GameEntity> context) -----> protected override ICollector<GameEntity> GetTrigger(IContext<GameEntity> context)
some cleaner formatting on the install steps
Updated to reflect folder structure in 0.40.0+
fixed typo