Michael Kearns
Results
3
issues of
Michael Kearns
Changes tested as working on Unity 2018.2.12f1 on Ubuntu Linux 18.04
Similar to https://github.com/FalsePattern/ZigBrains/issues/41, when there are build dependencies, the 'Green Arrows' in the margins to run code/tests will fail, as they rely on the run configuration. Is there any way...
enhancement
help wanted
When calling Java methods from Rust, it seems that they need to be public - or there may be confusion if they are not. With a simple test, having a...