initial commit
This commit is contained in:
parent
6715289efe
commit
788c3389af
37645 changed files with 2526849 additions and 80 deletions
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0add36b05968048499c42e29f87bf6ae
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
.DetailsPanelSummaryContainer{
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.DetailsPanelSummaryTitleRow {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.DetailsPanelSummaryTitle{
|
||||
-unity-font-style: bold;
|
||||
margin-bottom: 10px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.DetailsPanelSummaryRow {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.DetailsPanelSummarySectionContainer {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
.DetailsPanelSummaryNavigableItem {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.DetailsPanelSummaryNavigableItemText {
|
||||
flex-wrap: nowrap;
|
||||
|
||||
}
|
||||
|
||||
.DetailsPanelSummaryNavigableItemRightJustify{
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.DetailsPanelNavigableItemGoToButton{
|
||||
justify-content: flex-start;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/d_icon dropdown@2x.png');
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: be9205585983c334fb0c7f3b8993de35
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.BreadcrumbToolbar {
|
||||
border-bottom-color: rgb(45,45,45);
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a8ec8c8ac2894511a48d2bc2fe4e3a08
|
||||
timeCreated: 1675895854
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.BreadcrumbToolbar {
|
||||
border-bottom-color: rgb(155,155,155);
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 839c3fb2351346debc772669dced51e2
|
||||
timeCreated: 1675895904
|
||||
|
|
@ -0,0 +1,57 @@
|
|||
.DrillableListViewItem {
|
||||
flex-direction: row;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.TreeViewImplicitAsset{
|
||||
-unity-font-style: italic;
|
||||
}
|
||||
|
||||
.BreadcrumbToolbar {
|
||||
flex-grow: 1;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
height: 28px;
|
||||
max-height: 28px;
|
||||
min-height: 28px;
|
||||
align-items: flex-start;
|
||||
align-self: auto;
|
||||
justify-content: flex-start;
|
||||
flex-direction: row;
|
||||
padding-left: 4px;
|
||||
padding-right:4px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 3px;
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
.TreeViewItemIcon{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
background-color: rgba(0,0,0,0);
|
||||
border-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.DrillableListViewItemText {
|
||||
-unity-text-align: middle-left;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 64%;
|
||||
width: 64%;
|
||||
}
|
||||
|
||||
.DrillableListViewItemButton {
|
||||
align-items: flex-end;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
background-color: rgba(0,0,0,0);
|
||||
border-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.TreeViewItemIcon.NoIcon{
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/FileNoIcon.png');
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5869e219e2105b8409e3408d8910f90e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
.MainToolbar{
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.MainToolbarLeftSide{
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.MainToolbarRightSide{
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.MainToolbarButton{
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.MainToolbarMenu{
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
.MainToolbarAddReportButtonIcon{
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e53a8e6b78f1a4f4085da193bd303aec
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
.MainToolbarCollapseLeftPaneButtonIcon{
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/Button_LeftPanel_DarkTheme.png');
|
||||
}
|
||||
|
||||
.MainToolbarCollapseRightPaneButtonIcon{
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/Button_RightPanel_DarkTheme.png');
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b284c6b15a0b84649b8bb460b974cfb3
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
.MainToolbarCollapseLeftPaneButtonIcon{
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/Button_LeftPanel_LightTheme.png');
|
||||
}
|
||||
|
||||
.MainToolbarCollapseRightPaneButtonIcon{
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/Button_RightPanel_LightTheme.png');
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f6179ca1ceddb724ea1c3b515e04adbe
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,85 @@
|
|||
.ReportsListItemContainer{
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.ReportsListItemContainerLefthandElements {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.ReportsListItemContainerRighthandElements {
|
||||
justify-content: flex-end;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.ReportsListItemBuildTimestamp {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ReportsListItemBuildDuration {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ReportsListItemBuildStatus {
|
||||
flex-shrink: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.NoIcon {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/NoIconIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.Android {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformAndroidIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.StandaloneOSX {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformStandaloneOSXIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.StandaloneWindows {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformStandaloneWindowsIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.iOS {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformiOSIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.StandaloneLinux64 {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformStandaloneLinux64Icon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.WebGL {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformWebGLIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.WSAPlayer {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformWSAPlayerIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.PS4 {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformPS4Icon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.XboxOne {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformXboxOneIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.tvOS {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformtvOSIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.Switch {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformSwitchIcon.png');
|
||||
}
|
||||
|
||||
.ReportsListItemPlatformIcon.Lumin {
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/PlatformLuminIcon.png');
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7649e3e161c83ce45aab9de9bd6c8625
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,61 @@
|
|||
.SummaryTabBox {
|
||||
-unity-font-style: bold;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.SummaryTabRows {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.SummaryTabRow {
|
||||
-unity-font-style: normal;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.SummaryTabButtonContainer {
|
||||
-unity-font-style: normal;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.SummaryTabIndentedRows {
|
||||
padding-bottom: 10px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.SummaryTabIndentedRow {
|
||||
-unity-font-style: normal;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.SummaryTabNestedFoldout {
|
||||
padding-left: 20px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.SummaryTabRowButtonContainer {
|
||||
-unity-font-style: normal;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
padding-top: 3px;
|
||||
max-height: 25px;
|
||||
}
|
||||
|
||||
.SummaryTabIssuesIcon{
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.SummaryTabSectionTitleIcon{
|
||||
-unity-font-style: bold;
|
||||
padding-top: 5px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f340583ed16e937479e7893692f4ca9e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.SummaryTabCardBox {
|
||||
background-color: rgb(100, 100, 100);
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 858c1e2c3465cac42b4088372441712a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.SummaryTabCardBox {
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c6a0011805f56164fa0eeb10234c2a32
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.SummaryTabBox {
|
||||
background-color: rgb(40, 40, 40);
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 66224f1e0c916e74abdbed7be1f2ca7d
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
.SummaryTabBox {
|
||||
background-color: rgb(176, 176, 176);
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 978d705cf413d594fbf9ad1580b25eea
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,56 @@
|
|||
.unity-scroll-view {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.TreeViewItem {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.TreeViewElement {
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
-unity-text-align: middle-right;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.TreeViewIconElement {
|
||||
padding-left: 0px;
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
.TreeViewHeader {
|
||||
padding-bottom: 7px;
|
||||
padding-right: 7px;
|
||||
-unity-text-align: middle-right;
|
||||
}
|
||||
|
||||
.TreeViewAssetHeader {
|
||||
padding-left: 14px;
|
||||
padding-bottom: 7px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.TreeViewImplicitAsset{
|
||||
-unity-font-style: italic;
|
||||
}
|
||||
|
||||
.TreeViewDuplicatedAsset {
|
||||
-unity-font-style: bold-and-italic;
|
||||
}
|
||||
|
||||
.TreeViewItemIcon{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.TreeViewItemIcon.NoIcon{
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/FileNoIcon.png');
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ccf83b5066e84ac47ab9adfdfd9e484f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
.TreeViewNavigableItem {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.TreeViewNavigableItemButton{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 4px;
|
||||
background-image: resource('Packages/com.unity.addressables/Editor/BuildReportVisualizer/BuildReport Resources/Icons/d_icon dropdown@2x.png');
|
||||
}
|
||||
|
||||
.TreeViewNavigableItemStatus{
|
||||
}
|
||||
|
||||
.TreeViewNavigableItemStatus.Warning{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b1bacf5ce9a7eee4c934611ba77ab921
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: af5d5017c0150f541a7ec9eacfded333
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:Template name="MainToolbarTemplate" src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/MainToolbar.uxml?fileID=9197481963319205126&guid=ca17557f450440f40be1d7fce672888d&type=3#MainToolbar" />
|
||||
<ui:Template name="ReportsListPanelTemplate" src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/ReportsListPanel.uxml?fileID=9197481963319205126&guid=b54995fa67e2d6046bbbb9f05772f43b&type=3#ReportsListPanel" />
|
||||
<ui:Template name="MainPanelTemplate" src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/MainPanel.uxml?fileID=9197481963319205126&guid=082ff03cd7a4f9943bafa0d18316d83f&type=3#MainPanel" />
|
||||
<ui:Template name="DetailsPanelTemplate" src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/DetailsPanel.uxml?fileID=9197481963319205126&guid=01432b351984ba94aa0624cdc2783398&type=3#DetailsPanel" />
|
||||
<ui:Instance template="MainToolbarTemplate" />
|
||||
<ui:VisualElement name="MainContainer" style="align-items: stretch; flex-grow: 1;">
|
||||
<ui:TwoPaneSplitView name="LeftMiddlePaneSplitter" fixed-pane-index="0" fixed-pane-initial-size="250" orientation="Horizontal" fixed-pane-initial-dimension="250" style="min-height: auto; max-height: none; height: auto;">
|
||||
<ui:VisualElement name="LeftPane" style="min-width: 250px;">
|
||||
<ui:Instance template="ReportsListPanelTemplate" name="ReportsListPanel" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="MiddleRightPanesContainer" style="min-width: 400px;">
|
||||
<ui:TwoPaneSplitView name="MiddleRightPaneSplitter" fixed-pane-index="1" fixed-pane-initial-size="400" orientation="Horizontal" fixed-pane-initial-dimension="300" style="min-height: auto;">
|
||||
<ui:VisualElement name="MiddlePane" style="min-width: 500px;">
|
||||
<ui:Instance template="MainPanelTemplate" name="MainPanel" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="RightPane" style="min-width: 354px; height: 100%; min-height: 100%; max-height: 100%;">
|
||||
<ui:Instance template="DetailsPanelTemplate" name="DetailsPanel" style="height: 100%; max-height: 100%; min-height: 100%; max-width: 100%;" />
|
||||
</ui:VisualElement>
|
||||
</ui:TwoPaneSplitView>
|
||||
</ui:VisualElement>
|
||||
</ui:TwoPaneSplitView>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9aa68e6fb55252f4b8434690fab30a8a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/TreeViewItem.uss" />
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/TreeViewNavigableItem.uss" />
|
||||
<ui:VisualElement style="flex-direction: row; justify-content: space-between; min-height: 30px; max-height: 30px;">
|
||||
<ui:VisualElement name="ContentOptions" style="padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 10px;">
|
||||
<ui:DropdownField label="View by" index="0" choices="System.Collections.Generic.List`1[System.String]" name="ContentViewTypeDropdown" style="min-width: 250px;" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="SearchFieldContainer" style="padding-top: 5px; padding-bottom: 5px; padding-left: 30px; padding-right: 10px; justify-content: flex-end; overflow: hidden">
|
||||
<uie:ToolbarSearchField name="SearchField"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="ContentView"/>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 18ba5a40298f2f144aa7d896fc2f4420
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns:AddressablesGUI="UnityEditor.AddressableAssets.GUIElements" BuildReportVisualizer="UnityEditor.AddressableAssets.BuildReportVisualizer" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/DrillableListItemStyle.uss" />
|
||||
<ui:Template name="DetailsPanelSummaryTemplateBundle" src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/DetailsPanelSummaryBundle.uxml?fileID=9197481963319205126&guid=151162d7cf38afb499fff9e970102f74&type=3#DetailsPanelSummaryBundle" />
|
||||
<ui:Template name="DetailsPanelSummaryTemplateAsset" src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/DetailsPanelSummaryAsset.uxml?fileID=9197481963319205126&guid=7c5d768c319ef8949ae3121960b225fc&type=3#DetailsPanelSummaryAsset" />
|
||||
<ui:VisualElement name="main-details-container" style="align-items: stretch; flex-grow: 1; min-height: auto; max-height: none; height: auto; flex-shrink: 0; max-width: 100%;">
|
||||
<ui:TwoPaneSplitView fixed-pane-index="0" fixed-pane-initial-size="200" orientation="Vertical" name="details-content-splitter" fixed-pane-initial-dimension="300" style="min-height: auto; max-height: none; height: auto; flex-shrink: 0;">
|
||||
<ui:VisualElement name="DetailsSummaryPane" style="min-height: 250px;"/>
|
||||
<ui:VisualElement name="DetailsContents" style="min-height: 250px;">
|
||||
<AddressablesGUI:Ribbon name="TabsRibbon" show-help-button="false" alignment="FlexStart">
|
||||
<AddressablesGUI:RibbonButton text="References To" name="ReferencesToTab" />
|
||||
<AddressablesGUI:RibbonButton text="Referenced By" name="ReferencedByTab" />
|
||||
</AddressablesGUI:Ribbon>
|
||||
<ui:VisualElement name="BreadcrumbToolbar" class="BreadcrumbToolbar">
|
||||
<ui:Button name="BreadcrumbToolbarBackButton" tabindex="-1" display-tooltip-when-elided="true" style="font-size: 10px; width: 16px; height: 16px; background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0)" />
|
||||
<ui:Image name="BreadcrumbToolbarIcon" class="TreeViewItemIcon"/>
|
||||
<ui:Label name = "BreadcrumbToolbarName" tabindex="-1" text="" display-tooltip-when-elided="true" style="-unity-text-align: upper-left; width: 100%; height: 100%; padding-right:4px;" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="DetailsContentsList" />
|
||||
</ui:VisualElement>
|
||||
</ui:TwoPaneSplitView>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 01432b351984ba94aa0624cdc2783398
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:VisualElement name="DetailsPanelSummaryContainer" class="DetailsPanelSummaryContainer">
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7c5d768c319ef8949ae3121960b225fc
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:VisualElement name="DetailsPanelSummaryContainer" class="DetailsPanelSummaryContainer">
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 151162d7cf38afb499fff9e970102f74
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/DetailsPanelSummary.uss" />
|
||||
<ui:VisualElement class="DetailsPanelSummaryRow">
|
||||
<ui:VisualElement class="DetailsPanelSummaryNavigableItem">
|
||||
<ui:TextElement name="DetailsPanelSummaryNavigableBundleName" text="------" />
|
||||
<uie:ToolbarMenu name="DetailsPanelSummaryNavigableBundleItemButton" class="DetailsPanelNavigableItemGoToButton" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement class="DetailsPanelSummarySectionContainer">
|
||||
<ui:TextElement text="Load Path" />
|
||||
<ui:TextElement name="DetailsPanelSummaryNavigableBundleLoadPath" text="https://url.to.somewhere/" style="justify-content: flex-end; flex-wrap: wrap;" />
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 82c7396e127bdc14e8983693357610a3
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/DetailsPanelSummary.uss?fileID=7433441132597879392&guid=be9205585983c334fb0c7f3b8993de35&type=3#DetailsPanelSummary" />
|
||||
<ui:VisualElement class="DetailsPanelSummaryRow">
|
||||
<ui:VisualElement class="DetailsPanelSummaryNavigableItem">
|
||||
<ui:TextElement name="DetailsPanelSummaryNavigableItemName" text="------" class="DetailsPanelSummaryNavigableItemText"/>
|
||||
<uie:ToolbarMenu name="DetailsPanelSummaryNavigableItemButton" class="DetailsPanelNavigableItemGoToButton" text=">"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b22c8ae15806ae44785d1d2528127632
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/DrillableListItemStyle.uss" />
|
||||
<ui:VisualElement class="DrillableListViewItem">
|
||||
<ui:Image name="DrillableListViewItemIcon" class="TreeViewItemIcon"/>>
|
||||
<ui:Label name="DrillableListViewItemName" text="-----" class="DrillableListViewItemText"/>
|
||||
<ui:Button name="DrillableListViewButton" class="DrillableListViewItemButton" text="References To"/>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8c093efecdee27545b682edf299506ad
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns:BuildReportVisualizer="UnityEditor.AddressableAssets.BuildReportVisualizer" xmlns:AddressablesGUI="UnityEditor.AddressableAssets.GUIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:Template path="Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/ContentTab.uxml" name="ContentTabTemplate" />
|
||||
<ui:Template path="Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/SummaryTab.uxml" name="SummaryTabTemplate" />
|
||||
<ui:Template path="Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/UXML/PotentialIssues.uxml" name="PotentialIssuesTabTemplate" />
|
||||
<AddressablesGUI:Ribbon name="TabsRibbon" show-help-button="false" alignment="FlexStart" style="background-color: #30302f; min-height: 35px; max-height: 35px; border: 0px">
|
||||
<AddressablesGUI:RibbonButton text="Summary" name="SummaryTabButton" />
|
||||
<AddressablesGUI:RibbonButton text="Explore" name="ContentTabButton" />
|
||||
<AddressablesGUI:RibbonButton text="Potential Issues" name="PotentialIssuesTabButton" />
|
||||
</AddressablesGUI:Ribbon>
|
||||
<ui:Instance template="SummaryTabTemplate" name="SummaryTab"/>
|
||||
<ui:Instance template="ContentTabTemplate" name="ContentTab"/>
|
||||
<ui:Instance template="PotentialIssuesTabTemplate" name="PotentialIssuesTab"/>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 082ff03cd7a4f9943bafa0d18316d83f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<uie:Toolbar name="MainToolbar" class="MainToolbar">
|
||||
<ui:VisualElement name="MainToolbarLeftSide" class="MainToolbarLeftSide">
|
||||
<uie:ToolbarButton name="MainToolbarCollapseLeftPaneButton" class="MainToolbarButton">
|
||||
<ui:Image name="MainToolbarCollapseLeftPaneButtonIcon" class="MainToolbarCollapseLeftPaneButtonIcon"/>
|
||||
</uie:ToolbarButton>
|
||||
<uie:ToolbarMenu name="MainToolbarAddReportButton" class="MainToolbarMenu">
|
||||
<ui:Image name="MainToolbarAddReportButtonIcon" class="MainToolbarAddReportButtonIcon"/>
|
||||
</uie:ToolbarMenu>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="MainToolbarRightSide" class="MainToolbarRightSide">
|
||||
<uie:ToolbarButton name="MainToolbarCollapseRightPaneButton" class="MainToolbarButton">
|
||||
<ui:Image name="MainToolbarCollapseRightPaneButtonIcon" class="MainToolbarCollapseRightPaneButtonIcon"/>
|
||||
</uie:ToolbarButton>
|
||||
</ui:VisualElement>
|
||||
</uie:Toolbar>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ca17557f450440f40be1d7fce672888d
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/TreeViewItem.uss" />
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/TreeViewNavigableItem.uss" />
|
||||
<ui:VisualElement style="flex-direction: row; justify-content: space-between; min-height: 30px; max-height: 30px;">
|
||||
<ui:VisualElement name="ContentOptions" style="padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 10px;">
|
||||
<ui:DropdownField label="View by" index="0" choices="Duplicated Assets" name="PotentialIssuesDropdown" style="min-width: 250px;" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="SearchFieldContainer" style="padding-top: 5px; padding-bottom: 5px; padding-left: 30px; padding-right: 10px; justify-content: flex-end; overflow: hidden">
|
||||
<uie:ToolbarSearchField name="SearchField"/>
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="ContentView"/>
|
||||
</ui:UXML>
|
||||
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5ee4cb20bb27b584999aca23d1f30f93
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/ReportListItem.uss?fileID=7433441132597879392&guid=7649e3e161c83ce45aab9de9bd6c8625&type=3#ReportListItem" />
|
||||
<ui:VisualElement class="ReportsListItemContainer">
|
||||
<ui:VisualElement name="ReportsListItemContainerLefthandElements" class="ReportsListItemContainerLefthandElements">
|
||||
<ui:Image name="ReportsListItemBuildStatus" class="ReportsListItemBuildStatus" />
|
||||
<ui:Image name="ReportsListItemBuildPlatform"/>
|
||||
<ui:Label name="ReportsListItemBuildTimestamp" text="------------" class="ReportsListItemBuildTimestamp" />
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement name="ReportsListItemContainerRighthandElements" class="ReportsListItemContainerRighthandElements">
|
||||
<ui:Label name="ReportsListItemBuildDuration" text="--------" class="ReportsListItemBuildDuration" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 79fbad0cce3fe424681d87c3d2642165
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:ListView focusable="true" name="ReportsList" fixed-item-height="20" style="flex-grow: 1;" />
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b54995fa67e2d6046bbbb9f05772f43b
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<ui:VisualElement name="SummaryTab" class="SummaryTab"/>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3a9619d3ea7c4cb4ea630f41c2b2ee80
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/TreeViewItem.uss" />
|
||||
<ui:VisualElement class="TreeViewItem">
|
||||
<ui:Image name="TreeViewItemIcon" class="TreeViewItemIcon"/>>
|
||||
<ui:TextElement name="TreeViewItemName" text="-----" />
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 45c9e63cc2a08d54b8c615400127de4e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
|
||||
<Style src="project://database/Packages/com.unity.addressables/Editor/BuildReportVisualizer/UIToolKitAssets/StyleSheets/TreeViewNavigableItem.uss?fileID=7433441132597879392&guid=b1bacf5ce9a7eee4c934611ba77ab921&type=3#TreeViewNavigableItem" />
|
||||
<ui:VisualElement class="TreeViewNavigableItem">
|
||||
<uie:ToolbarMenu name="TreeViewNavigableItemButton" class="TreeViewNavigableItemButton" />
|
||||
<ui:Image name="TreeViewNavigableItemStatus" class="TreeViewNavigableItemStatus" />
|
||||
<ui:TextElement name="TreeViewNavigableItemName" />
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2a90fe91badaa384d9ca33b949f6881e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
Loading…
Add table
Add a link
Reference in a new issue