update
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
/* ヘッダー */
|
||||
.header {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 5px 5px 5px;
|
||||
border-bottom: 1px solid rgb(56, 56, 56);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Inspector全体のコンテナ */
|
||||
.root-container {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.title {
|
||||
-unity-font-style: bold;
|
||||
font-size: 14px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* 警告メッセージのラベル */
|
||||
.warning-label {
|
||||
font-size: 14px;
|
||||
padding: 10px 5px;
|
||||
white-space: normal; /* テキストの折り返しを許可 */
|
||||
}
|
||||
|
||||
/* 区切り線 */
|
||||
.separator {
|
||||
height: 1px;
|
||||
background-color: rgb(56, 56, 56);
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
/* テーブルリストのセクション */
|
||||
.tables-section {
|
||||
padding: 10px 5px;
|
||||
}
|
||||
|
||||
/* テーブルリストのタイトル */
|
||||
.title-label {
|
||||
-unity-font-style: bold;
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
white-space: normal; /* テキストの折り返しを許可 */
|
||||
}
|
||||
|
||||
/* テーブル名リストのコンテナ */
|
||||
.list-container {}
|
||||
|
||||
/* 個々のテーブル名のラベル */
|
||||
.table-name-label {
|
||||
margin-left: 15px; /* リスト項目をインデント */
|
||||
padding: 1px 0;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 71de67d97a4bd4345a4a2ef330ca58fb
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 337438
|
||||
packageName: UX Importer for UI Toolkit
|
||||
packageVersion: 0.1.6
|
||||
assetPath: Assets/UXImporterUnityUiToolKit/Editor/UIAsset/DataHubEditor.uss
|
||||
uploadId: 840350
|
||||
@@ -0,0 +1,36 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
|
||||
<!-- スタイルシートをリンクします -->
|
||||
<ui:Style src="DataHubEditor.uss" />
|
||||
|
||||
<!-- ヘッダー部分 -->
|
||||
<ui:VisualElement name="header" class="header">
|
||||
<ui:Label text="DataHub" class="title" />
|
||||
<uie:ToolbarMenu name="language-menu" />
|
||||
</ui:VisualElement>
|
||||
|
||||
<!-- Inspector全体のコンテナ -->
|
||||
<ui:VisualElement name="inspector-root" class="root-container">
|
||||
|
||||
<!-- セクション1: 警告メッセージ -->
|
||||
<ui:Label name="warning-label" class="warning-label" />
|
||||
|
||||
<!-- 区切り線 -->
|
||||
<ui:VisualElement name="separator" class="separator" />
|
||||
|
||||
<!-- セクション2: LocalizationTableのリスト -->
|
||||
<ui:VisualElement name="tables-section" class="tables-section">
|
||||
<ui:Label name="tables-title-label" class="title-label" />
|
||||
<ui:VisualElement name="tables-list-container" class="list-container" />
|
||||
</ui:VisualElement>
|
||||
|
||||
<!-- 区切り線 -->
|
||||
<ui:VisualElement name="addressables-separator" class="separator" />
|
||||
|
||||
<!-- セクション3: Addressables Groupのリスト -->
|
||||
<ui:VisualElement name="addressables-section" class="tables-section">
|
||||
<ui:Label name="addressables-title-label" class="title-label" />
|
||||
<ui:VisualElement name="addressables-list-container" class="list-container" />
|
||||
</ui:VisualElement>
|
||||
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
@@ -0,0 +1,17 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7c99c36ae4294b54b9012a7074087582
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 337438
|
||||
packageName: UX Importer for UI Toolkit
|
||||
packageVersion: 0.1.6
|
||||
assetPath: Assets/UXImporterUnityUiToolKit/Editor/UIAsset/DataHubEditor.uxml
|
||||
uploadId: 840350
|
||||
Reference in New Issue
Block a user