Simon Schmid

Results 280 comments of Simon Schmid

see comments above https://github.com/sschmid/Entitas-CSharp/issues/610#issuecomment-367994419

Yes, that's the idea. Most of it can be generated as described in the comment above. So all I implement is just the execute of the input system and the...

Generally I agree with @WeslomPo , in this case it makes sense to split the components into smaller ones which will increase the reusability of those components. There might be...

I experienced this too, but it's gone for me. I think it has sth to do with roslyn having a hard time parsing the project. Unity -> Open C# project...

I always create new components in rider without switching to Unity. Did you try deleting the solution and all csproj files and regenerating them with Unity?

@Phist hm, are you sure? This post processor only uses `File.WriteAllText()`, looks fine to me. @konsuko Can you try with [Entitas 1.14.0](https://github.com/sschmid/Entitas/releases/tag/1.14.0), it's now using dotnet instead of mono and...

I hope these will help Entitas ECS Unity Tutorial - Setup & Basics https://www.youtube.com/watch?v=L-18XRTarOM Entitas - Entity System Architecture with Unity - Unite Europe 2015 https://www.youtube.com/watch?v=Re5kGtxTW6E Introduction to Entitas https://www.youtube.com/watch?v=0wodRUOoHKg&list=PL4pK6pSyCCvS3rLYUvm9_MQYX6QNkSc4a...

Hi, I'm not aware of jenny locking any files, especially .bak files. Windows is known for locking files. DI you use custom generators? If not, check your properties file and...

That's what I'm most interested as well :) I will find out soon