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

Delete multiple AltTesterPrefab before building app

Open RobertPoienar opened this issue 11 months ago • 0 comments

In the pipeline script when we build the instrumented app we adding an AltTesterPrefab without checking if the scene already has a prefab in it. This could cause issue because we only add instrumentation setting only to one and could cause issue with connection settings.

As a solution just delete all the AltTesterPrefab from the scene before adding the one we want

RobertPoienar avatar Mar 11 '24 11:03 RobertPoienar