Gallardo994
Gallardo994
Hello. For some strange reason, Entitas code generator creates wrong EntityIndex/PrimaryEntityIndex pieces of code for Contexts.cs. Say, i have 2 contexts, named ElementContext and PlayerContext, and create a component relying...
Fixes https://github.com/sschmid/Entitas-CSharp/issues/982 Tested on my machine - works as intended and fixes the issue.

Nougat boots & works with the set of commits. SELinux is set to always permissive mode because of several things I am not able to debug and fix myself. Added...
**Describe the bug** Hovering over applications list with an S-Pen produces black bars behind the items. **To Reproduce** 1. Open the list of applications 2. Take out your S-Pen 3....
Remove all "override" methods from Stash so that all calls to them could be properly inlined in il2cpp. Previously, il2cpp generated virtcalls for each method that was overriden: Set, Has,...
THIS BRANCH IS CURRENTLY IN A VERY EXPERIMENTAL STATE. USE AT YOUR OWN RISK. Done originally: * Restructure the entire solution to allow for other projects in IDEs, like tests...