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

Implement caching for FindObject and GetComponentProperty

Open AltTesterBot opened this issue 2 years ago • 1 comments

Problem:

When testing the project for VuCity I had to find all objects within a panel. In this case all objects have the same path until the last element but the Tester still searches from the root of the hierarchy every time the command is called.

Solution:

Add cashing to FindObject and GetComponentProperty commands.


You can find the original issue from GitLab here.

AltTesterBot avatar Sep 28 '22 03:09 AltTesterBot