Mervill
Mervill
oh my gosh thanks for doing the merge part of this ❤️ I will look at the feedback right away
A closer reading of the API specification reveals that this is incorrect. `QueryResultFlags` is in fact an argument supplied to the function call while the `Byte[] data` argument should actually...
The original idea of this fork was to provide a landing page for the search phrase `unity3d json library`. Once of the tasks I've had to repeat most often is...
Good call about the directive. One of the more frustrating things about open source code is that there never seems to be a list of directives and what they do......
For insight, I'd suggest switching to text-based meta files and opening a file in notepad. Unity serializes all it's objects using the YAML format, which IIRC is a superset of...
If you can call `analyze()` followed by `doTick()` without an error being thrown, the state of state of each circuit component should be updated. For example `myComponent.getLeadVoltage(0)` would return the...

> xmldoc should probably be gitignored since it'll be regenerated anyway Yes I was hoping someone would weigh in on this. ~~If we want to do this we need a...
~~Actually scratch that last, I can make msbuild create the folder apparently~~
There's now an command line program called `XmlDocTool` that strips function information out of the docs since we wont ever use that data. The number of excluded entries is pretty...