CORE dashboard + a lot of changes

This commit is contained in:
2026-06-22 20:09:15 +02:00
parent 19d6bd934a
commit 89fa0b23b2
101 changed files with 1525 additions and 177 deletions
@@ -0,0 +1,40 @@
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
<Style src="project://database/Assets/TheVVaS/RPGCore/Editor/CoreManager/DashboardWindow.uss?fileID=7433441132597879392&amp;guid=5310fd50f52f49e3aeb54cbd15bc986f&amp;type=3#DashboardWindow"/>
<ui:TabView name="db-root">
<ui:Tab label="Hello" name="db-hello">
<ui:Label text="RPGCORE" name="db-hello-title"/>
<ui:Label text="RPGCORE" name="db-hello-description"/>
</ui:Tab>
<ui:Tab label="Verify" name="db-verify">
<uie:Toolbar name="">
<ui:Label text="Warnings about component usages:"/>
<uie:ToolbarSpacer/>
<uie:ToolbarButton text="Check" name="db-verify-check"/>
<uie:ToolbarButton text="Fix all" name="db-verify-fix"/>
<uie:ToolbarButton text="Clear" name="db-verify-clear"/>
</uie:Toolbar>
<ui:MultiColumnListView columns="" sort-column-descriptions="" name="db-verify-list">
<ui:Columns reorderable="false" primary-column-name="validator">
<ui:Column name="validator" title="Validator" sortable="false" optional="false" stretchable="true"/>
<ui:Column name="message" title="Message" sortable="false" optional="false" stretchable="true"/>
<ui:Column name="context" title="File" sortable="false" optional="false" stretchable="true"/>
<ui:Column name="hierarchy" title="Hierarchy" sortable="false" optional="false" stretchable="true"/>
<ui:Column name="result" title="Result" stretchable="true" sortable="false" optional="false" visible="true"/>
</ui:Columns>
</ui:MultiColumnListView>
</ui:Tab>
<ui:Tab label="Modules" name="db-modules">
<uie:Toolbar name="">
<uie:ToolbarSearchField name="db-modules-filter"/>
<uie:ToolbarSpacer/>
<uie:ToolbarButton text="Button"/>
</uie:Toolbar>
<ui:ScrollView name="db-modules-list"/>
</ui:Tab>
<ui:Tab label="Config" name="db-config">
<ui:ScrollView>
<uie:PropertyField name="db-config-verify-paths"/>
</ui:ScrollView>
</ui:Tab>
</ui:TabView>
</ui:UXML>