Validator: Skipping textures in material, if marked as PerRendererData, HideInInspector or NonModifiableTextureData Validator: Fixed issue, where arrays weren't iterated correctly, which resulted in an exception Window: Added warning and error count
54 lines
1.6 KiB
Text
54 lines
1.6 KiB
Text
.tree-view-label {
|
|
-unity-text-align: middle-left;
|
|
flex-grow: 1;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
padding-right: 6px;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
.warning {
|
|
color: rgb(255, 165, 0);
|
|
}
|
|
|
|
.error {
|
|
color: rgb(255, 0, 0);
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
.toolbar-button-settings {
|
|
width: 24px;
|
|
min-width: 24px;
|
|
max-width: 24px;
|
|
padding-top: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
background-image: url("project://database/Packages/com.module.project-validator/Editor/Icons/editor_project_validator_settings.png?fileID=2800000&guid=a6c61d5fbd310894d8159ba6af32d7e3&type=3#editor_project_validator_settings");
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.warning-icon {
|
|
background-image: url("project://database/Packages/com.module.project-validator/Editor/Icons/editor_project_validator_warning.png?fileID=2800000&guid=5dce0f250980ffb459470fac33dfab59&type=3#editor_project_validator_warning");
|
|
width: 16px;
|
|
min-width: 16px;
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
min-height: 16px;
|
|
height: 16px;
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.error-icon {
|
|
background-image: url("project://database/Packages/com.module.project-validator/Editor/Icons/editor_project_validator_error.png?fileID=2800000&guid=7b6c61a2cf824b74c87cb49759531c79&type=3#editor_project_validator_error");
|
|
width: 16px;
|
|
min-width: 16px;
|
|
max-width: 16px;
|
|
max-height: 16px;
|
|
min-height: 16px;
|
|
height: 16px;
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
margin-left: 4px;
|
|
}
|