Marcus Cazzola
Marcus Cazzola
## Description I cannot run StereoKit with the **StereoKit_DotNet** project and the **StereoKit_Android** project on my Pico 4. I'm using the [SKTemplate-Universal repository](https://github.com/StereoKit/SKTemplate-Universal). ### StereoKit_DotNet (PC VR) problem I use...
I removed all `Foreach` functions that use world data. It felt like there were many copy-past functions that were not really needed. They made the `QueryForeachFunctions.cs` file very long. For...
I like your ECS library, it is very easy to get started with. While developing, I missed making a standard C# `foreach` so I could use `continue` and `break` when...
I added "Installation" and "Usage" in the README, because I myself had some problems with getting started so I'm thinking this will also help others getting started. I also changed...