File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,13 @@ IEnumerator CaptureScreenshotAndShowUI()
266266 IncludeVideoToggle . isOn = true ;
267267 IncludeScreenshotToggle . isOn = true ;
268268 IncludePlayerLogToggle . isOn = true ;
269+
270+ #if BETAHUB_DEBUG
271+ Debug . Log ( "BETAHUB_DEBUG: Prefilling description and steps for reproduce for faster testing" ) ;
272+ // prefill the description and steps for reproduce for faster testing
273+ descriptionField . text = "The game is crashing when I press the sounds setting button. It happens on the main menu and on the settings menu." ;
274+ stepsField . text = "1. Go to the main menu\n 2. Press the settings button\n 3. Press the sounds button\n 4. Crash the game" ;
275+ #endif
269276
270277 bugReportPanel . SetActive ( true ) ;
271278 }
You can’t perform that action at this time.
0 commit comments