v1.8.0
github-actions
released this
27 Nov 09:08
·
63 commits
to refs/heads/master
since this release
What’s Changed
🦑 Features
- Add GameView resolution command line arguments by @nowsprinting in #116
- Add output files root path field into AutopilotSetings by @nowsprinting in #115
- Support Multiplayer Play Mode (MPPM) package by @nowsprinting in #110
- Rename and enhancement UGUIEmergencyExitAgent by @nowsprinting in #108
- Add TerminateAgent by @nowsprinting in #106
- Can specify exit code when Autopilot lifespan expires. by @nowsprinting in #105
- Add ErrorHandlerAgent migrated from LogMessageHandler by @nowsprinting in #103
- Add JUnitXmlReporter by @nowsprinting in #98
- Support message template and color settings for SlackReporter by @nowsprinting in #95
- Add SceneCrossingAgents (ObserverAgent is obsolete) by @nowsprinting in #97
- Multiple Loggers and Reporters support by @nowsprinting in #92
- Post a report when normally termination by @nowsprinting in #93
- Add callback-order parameter into InitializeOnLaunchAutopilotAttribute by @nowsprinting in #90
🐛 Bug Fixes
- Fix FileLogger doesn't work when Autopilot is stopped and re-run by @nowsprinting in #120
- Set dirty flag when change AutopilotState by @nowsprinting in #119
- Fix to support Unity 2020.2 or older by @nowsprinting in #114
- Teardown when Play Mode is stopped while the Autopilot running by @nowsprinting in #109
- Fix to reset instances when domain reloading is disabled by @nowsprinting in #107
- Fix convert SceneCrossingAgents settings by @nowsprinting in #101
- Fix obsolete fields convert spec by @nowsprinting in #99
- Fix terminate process and player build failure by @nowsprinting in #94
- Fix override by commandline args not work on player build by @nowsprinting in #96
🧰 Maintenance
- Fix wording by @nowsprinting in #117
- Fix test that takes a screenshot by @nowsprinting in #112
- Fix to save converted assets by @nowsprinting in #111
- Fix Makefile by @nowsprinting in #91
- Fix documents about Logger and Reporter by @nowsprinting in #88