Casey Bailey

Results 7 issues of Casey Bailey

2018.3 slightly changed the surrounding bytes, so the current patcher fails. This updates the AOB scan to the proper new location. Confirmed working fine in the current 2018.3.0f1

Fixes #189 This is largely working, but only for a static "assets" folder, and more importantly, the final asset link I've got the full path hardcoded. Ignore the code itself...

- Migrates all usages of 'log' to tracing - Adds custom serde derive for tracing::Level Someone PLEASE try this out before merging! It works fine as far as I can...

Windows currently fails to deploy. The bug is related to [this Cargo meta-issue](https://github.com/rust-lang/cargo/issues/9770). Cargo is still trying to determine how to fix them properly in general. I forked Cargo, fixed...

So in glutin's application.rs, the WindowEvent::KeyboardInput branch grabs the scancode from the input event and converts it to tuix event via scan_to_code(). Scan_to_code is broken for OSX because OSX maps...

I've been tinkering trying to get this to work for a while, and I can't find a good approach. I'm wanting a way to block_bind a particular key, but still...

Was just helping a friend solve his Unity build errors and they came from this package. GizmoUtilities.cs attempts to reference UnityEditor.dll, which is perfectly fine in-editor, but is stripped from...