Version: Unity 6.4 Alpha (6000.4)
LanguageEnglish
  • C#

Areas

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Which area(s) of a project may be affected by a ReportItem.

Properties

Property Description
None Indicates some error with the Descriptor data: A descriptor should never match no areas.
BuildSize Application size
BuildTime Build time
CPU CPU Performance
GPU GPU Performance
IterationTime Issues which affect iteration time in the Editor and can hamper productivity during development
LoadTime Load times
Memory Memory consumption
Quality Quality. For example, using deprecated APIs that might be removed in the future
Requirement Required by platform. Typically this issue must be fixed before submitting to the platform store
Support Lack of platform support. For example, using APIs that are not supported on a specific platform and might fail at runtime
MemoryIgnoreVoidReturn Allocation Ignore Void Return For the rules which analyze memory allocated by Unity API calls, ignore calls with a void return type because they do not allocate memory See https://jira.unity3d.com/browse/PROFB-318 for more details
All Bitmask value representing all areas