From ebfdb3d0179807183010f3990b7fa3ab8a5148e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 May 2024 12:37:32 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c94a479..db19f46 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,14 @@ GhaUnityBuildReporter specifically reflects the following information in the Job - Basic Info - Build Steps -- Source Assets -- Output Files +- Source Assets (Hidden by default) +- Output Files (Hidden by default) - Included Modules +Source Assets and Output Files are hidden by default. + +The display settings for each item can be configured in ProjectSettings. + > [!NOTE] > Items with no information to display are hidden. For example, if the Scripting Backend is Mono instead of IL2CPP, Included Modules will be hidden. @@ -92,9 +96,13 @@ Perhaps there is a Workflow or Job for which you would like to disable GhaUnityB In such cases, setting the environment variable `GHA_UNITY_BUILD_REPORTER_OPTOUT` to `1` or `true` will disable GhaUnityBuildReporter in the scope where that environment variable is valid. -## Hide specific items +## Override display settings + +Each item can be displayed or not from ProjectSettings. + +However, there may be times when you want to override this setting for a particular build. -You can hide specific items using a dedicated .asset file. +In that case, the following procedure can be used to override the setting. First, create an .asset file from `Create` > `GhaUnityBuildReporterConfig` in the Project window.