Hertzole
Hertzole
Hi! It can be a bit difficult to guess what might be wrong but I'll throw out a few guesses on what might be wrong; 1. Do you have 3...
If you don't mind me asking, why does it need to be an IList? It seems to throw anyways if you try to use any of the methods that would...
I've pushed a minor fix (640a07b) that fixes the transform inspector not showing up. It's just that the transform wrapper is not enabled by default. You can easily fix it...
Running `dotnet vstest` on my built dll files works just fine, as well as just running `dotnet test`.
I've also added support for appending `FixedStringXXBytes` to each string builder. This avoids allocations that would otherwise occur due to calling `ToString()` on the `FixedString` type. The append methods use...