Skip to main content

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

What tools do you use to run automated tests for your Unity browser (WebGL) games?

A topic by AltomTools created Oct 06, 2021 Views: 347 Replies: 1
Viewing posts 1 to 2

Do you use any assets to help you with this task?

(1 edit)

If you're talking about unit testing and you're using Visual Studio, use the built-in unit testing feature in Visual Studio for C#.

https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-runn...