Added component validators
This commit is contained in:
parent
35f271e12b
commit
d7145ad772
30 changed files with 448 additions and 200 deletions
|
|
@ -18,6 +18,7 @@ namespace Module.ProjectValidator.Editor
|
|||
{
|
||||
var root = rootVisualElement;
|
||||
var asset = EditorAssetUtility.LoadFirstAsset<VisualTreeAsset>("UxmlEditorProjectValidatorWindow");
|
||||
root.styleSheets.Add(EditorAssetUtility.LoadFirstAsset<StyleSheet>("StyleSheetEditorProjectValidatorWindow"));
|
||||
root.Add(asset.Instantiate());
|
||||
|
||||
root.Q<ToolbarButton>("button-run").clicked += OnToolbarButtonRunClicked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue