JobSummaryUtility is a utility for Unity to display information in the GitHub Actions job summaries.
Using the JobSummaryUtility
namespace, write the following code
JobSummary.AppendAllText("Hello, World");
and when you run this process on GitHub Actions, you will see the following in the Job Summary.
JobSummaryUtility also provides a property named JobSummary.Enabled
, which returns false
if writing to the Job Summary is not possible, for example, in environments other than GitHub Actions.
Unity Package Manager allows you to install as follows;
- Open the Package Manager in the UnityEditor.
- Select the + button in the upper left corner.
- Select Add package from git URL.
- Enter https://github.com/VeyronSakai/JobSummaryUtility.git#0.1 and Select Add button.
It can also be installed by downloading .unitypackage from Releases.
This software is released under the CC0-1.0 License.