|
modl.ai
|
modl:test is an automatic game testing solution powered by the modl AI engine.
You can use the modl:test plugin to configure a bot to explore and interact with your game. If you have configured a bot and levels, go to the modl.ai platform to manage your test reports. To get to the modl platform from Unity, go to modl > modl:test platform.
The table below details the different information modl:test can report on:
| Information type | Description |
|---|---|
| Errors | Error messages logged by Debug.LogError in the console log. |
| Exceptions | Exceptions logged in the console log. |
| Crashes | Events in which the game crashes. |
| Custom events | Events logged by Modl.EventReporter.Report. For more information, refer to Use custom events. |
| Bot’s actions | Actions that the bot takes during a test run. |
| Bot’s position | Positions the bot has visited during a test run. |
| Game state | Variables that you want to track during a test run. |
The modl:test plugin is compatible with the following Unity specifications:
| Type | Compatibility |
|---|---|
| Unity version | 2019.4+ |
| Editor platforms | - Windows - Linux - macOS (both Intel and silicon) |
| Render Pipelines | - Built-in - URP - HDRP |
| Scripting Backends | Mono |
You can install and preview the modl:test plugin without a modl.ai account but you need an account to run tests on the modl.ai platform. To request an account, fill in the modl.ai signup form.