underscoreglook

Results 2 issues of underscoreglook

For the analog sticks, give default values of 127, as 0 is not centered, so will give full tilt value if disabled.

### Repro steps: This is on Unity 2020.3.8f1 1. Create a class: ``` public class BlahBlah : ZenjectIntegrationTestFixture { [UnityTest] public IEnumerator RunTest1() { // Setup initial state by creating...