기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Cloud

Get Started

Asset Manager SDKs and services

Open Unity Dashboard

Unity Cloud

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Dashboard
  • Accounts
  • Organizations
  • Projects
  • Products
  • Billing
Developer Data
  • Introduction to the Developer Data Framework
  • Get started
  • View Diagnostics for your project
    • Access Diagnostics
    • View events leading to a crash
    • Manage reports
      • Set up custom reports
      • Test reports
      • Debugging symbols
    • Diagnostics page reference
  • Privacy and consent
Unity Asset Manager
  • What's new
  • Asset Manager web
  • Asset Store
  • Manage Assets in the Editor
  • Unity Version Control
  • Developer documentation
Unity Pipeline Automation
  • About
  • Get started
  • Pipelines
  • Automations
  • Monitor jobs
  1. Unity Cloud Documentation
  2. Developer Data framework

Test reports

Trigger exceptions in the Unity Editor and view reports for testing in the Unity Dashboard.
읽는 시간 1분
최근 업데이트: 21일 전

Triggering a test report

To test Diagnostics, trigger a report in the Unity Editor and view it in the Unity Dashboard. To create a report, throw an exception or log an exception message via the
Debug.LogException()
method. To do this, locate a method within your C# script where you’d like the test exception to occur, such as the one that runs when the first screen is loaded, and add the following line:
Debug.LogException(new Exception("Testing Diagnostics reports"));
Save the script and run your game in Play mode. When the exception occurs, the Editor console displays the
Debug.LogException
message.

Viewing your test report

View Diagnostic reports from the Unity Dashboard:
  1. Open your project in the Unity Dashboard.
  2. In the Project Overview tab, select View Diagnostics.
  3. The Issues section contains your test report. Select the title of the test report to view its data.
For information on the data available in reports, refer to Diagnostics page reference.

Batch mode support

Native crash reporting is supported when running Unity in -batchmode. Native crash reporting is also supported when running apps as a Server Build. When running in batch mode, you must specify both
-username
and
-password
in the command line.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Triggering a test report

    • Viewing your test report

    • Batch mode support


이 페이지의 문제 보고