0

我需要一个在统一 webplayer 中开发的 web 应用程序的自动化工具。我是 Unity 开发的初学者,一个完整的分步教程会很棒。

4

1 回答 1

0

You can use Integration Test Framework in the Unity Test Tools Integration Tests allow you to automate the verification process of your assets directly in a scene. They are designed to be used on existing content, directly within the Editor, to build tests which verify the behaviour of single assets or the interaction between them.

How to use the Integration Test Framework you can read here https://bitbucket.org/Unity-Technologies/unitytesttools/wiki/IntegrationTestsRunner

于 2015-02-17T18:42:45.653 回答