Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Major updates with breaking changes for AltUnity Inspector & AltUnity Tester

A topic by AltomTools created Jan 27, 2022 Views: 102
This topic is archived. It is unlisted and no new posts can be made.
Viewing posts 1 to 2
(1 edit)

Hi all!

Our Unity test automation tools got a variety of breaking changes, improvements and bug fixes. Check below what’s new to AltUnity Tester and AltUnity Inspector! Any feedback or review is appreciated and any problem reported will be addressed.

AltUnity Tester 1.7.0 (open-source)

✅ New communication protocol -  We replaced the entire communication protocol for all languages (C#, Python and Java) and we switched to web sockets in the detriment of TCP sockets.

✅ Commands are getting better and more plentiful - We introduced a new command to retrieve static properties and fields, updated AltUnityObject commands to return strongly typed results instead of strings.

✅ AltUnity Tester Editor window features - Double clicking any test name in the list displayed within the AltUnity Tester Editor window will open the file containing that specific test at the line at which the test is implemented.

You can download AltUnity Tester 1.7.0 from the Unity Asset Store!

AltUnity Inspector 1.4.0 (subscription-based)

✅ New communication protocol -. We switched to the new communication protocol implemented in AltUnity Tester 1.7.0. Older versions of AltUnity Inspector won't connect to games instrumented with the current version of AltUnity Tester (1.7.0).

✅ Support for multiple texture formats - We adapted the Inspector to handle any texture formats that devices might use.

✅ Improved element details area - The component name is displayed together with the assembly of the current element on top of the third column when methods, fields and properties are shown.

You can download the AltUnity Inspector from our website!

If you are already using our tools, please be sure to use the latest versions! Upgrade to Inspector 1.4.0 and to Tester 1.7.0 to access all the improvements presented above and check our upgrade guide for a smoother upgrade!

Moderator archived this topic