Simon Schmid

Results 35 issues of Simon Schmid

As part of modernizing the project I'll change the folder structure as seen in [DesperateDevs](https://github.com/sschmid/DesperateDevs) - Move `Entitas` to `src` - Move `Addons` to `src` - Remove Tests project and...

As part of modernizing the project I'll migrate all unit tests from [nspec](http://nspec.org) to [xunit](https://xunit.net). Benefits: - industry standard for C# - well integrated into IDEs - easily run individual...

As part of modernizing the project I'll update the code adhering to https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions

breaking change

### Simon wants to write docs, but Simon is very busy 😭 Do you want to help and contribute to Entitas? Writing docs and FAQs would really help me and...

help wanted
community

Friendly reminder to myself

`context.isPaused = true;` is the generated api for [Unique] components. ```csharp var e = context.CreateEntity(); e.isPaused = true; // currently works ``` The code above should throw an exception to...

Follow up issue to move the discussion from the chat to here. I usually have two motivations to create a new separate class which we all seemed to agree to...

rfc

Hello everyone! I'd like to share a quick update on Entitas 2.0-beta and my situation: Recently I was working very actively on a completly new code generator for Entitas using...

announcement

@JesseTG I wanted to double check with you: I'm not sure if I over-complicated things with releasing Entitas to openupm. Current setup: I have a couple of C# projects, e.g.:...

enhancement