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

[Investigate] Input class still not recognized after Troubleshooting solution is applied

Open Dianaserb1 opened this issue 1 year ago • 4 comments

Following the steps from last point of Troubleshooting did not solve the errors ("The type or namespace name 'Input' does not exist in the namespace 'Altom.AltTester' ").

-> Reproducing only when the Keep ALTTESTER symbol defined is checked.

Additional info

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

Solutions:

  1. Introduce a namespace for Input class. image

  2. Remove the namespace Altom.AltTester.InputModule in which KeyStructure was defined.

image

Dianaserb1 avatar Jun 20 '23 08:06 Dianaserb1