AltTester-Unity-SDK icon indicating copy to clipboard operation
AltTester-Unity-SDK copied to clipboard

[Investigate] Null exception in GetAxis method from Input.cs

Open Dianaserb1 opened this issue 1 year ago • 4 comments

When playing in editor with AltTester open, checking Custom Input throws error in console -> "Value cannot be null"

image

Additional info

This issue was encountered in a client project, while upgrading from AltUnityTester 1.7.0 to AltTester Unity SDK 1.8.2.

Solution:

  1. Comment instructions for _useCustomInput is true from GetAxis method. image

  2. Remove these 2 files: AltTesterInputAxisData.json & AltTesterInputAxisData.json.meta

Dianaserb1 avatar Jun 20 '23 08:06 Dianaserb1