Describes an issue that ProjectAuditor reports in the Unity project.
| Property | Description |
|---|---|
| Category | This issue's category (read-only). |
| CustomProperties | Custom properties. See the "moduleMetadata" section of an exported Report JSON file for information on the formats and meanings of the custom properties for each IssueCategory. |
| Description | Project issue Description (read-only). |
| FileExtension | File extension of the file that contains this issue. |
| Filename | Name of the file that contains this issue. |
| Id | An unique identifier for the issue descriptor (read-only). |
| IsUpgradeIssue | Determines whether this issue is an upgrade issue. |
| Line | Line in the file that contains this issue. |
| Location | Location of the Insight or Issue (read-only). |
| LogLevel | Log level. |
| RelativePath | Relative path of the file that contains this issue. |
| Severity | Issue-specific Severity (read-only). |
| UpgradeProperties | Properties relating to upgrade issues |
| Method | Description |
|---|---|
| GetCustomPropertyBool | Check whether a custom property is a boolean type and whether its value is true. |
| GetCustomPropertyDouble | Check whether a custom property is a double type and return its value. |
| GetCustomPropertyFloat | Check whether a custom property is a float type and return its value. |
| GetCustomPropertyInt32 | Check whether a custom property is an integer type and return its value. |
| GetCustomPropertyInt64 | Check whether a custom property is a long type and return its value. |
| GetCustomPropertyUInt32 | Check whether a custom property is a uint type and return its value. |
| GetCustomPropertyUInt64 | Check whether a custom property is a ulong type and return its value. |
| IsIssue | Checks whether this ReportItem represents an Issue. |
| IsValid | Checks whether this issue is valid. |