Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
<UXML xmlns="UnityEngine.UIElements">
|
||||
<VisualElement class="alert-box__container">
|
||||
<VisualElement class="alert-box__content row">
|
||||
<VisualElement class="alert-box__icon"/>
|
||||
|
||||
<VisualElement class="column grow">
|
||||
<TextElement class="alert-box__text"/>
|
||||
<VisualElement class="alert-box__button-box grow">
|
||||
<Button class="alert-box__button"/>
|
||||
</VisualElement>
|
||||
</VisualElement>
|
||||
</VisualElement>
|
||||
|
||||
<VisualElement class="divider-horizontal" />
|
||||
</VisualElement>
|
||||
</UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/AlertBox.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/AlertBox.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 13d7e179675caff4293e8d5c7fb1dda8
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,10 @@
|
|||
<UXML xmlns="UnityEngine.UIElements">
|
||||
<VisualElement class="base-change-list-element__container row">
|
||||
<VisualElement class="base-change-list-element__icons" />
|
||||
<VisualElement style="flex: 1 1 auto; flex-direction: row;">
|
||||
<Label class="base-change-list-element__file-name" />
|
||||
<Label class="base-change-list-element__file-path" />
|
||||
</VisualElement>
|
||||
<VisualElement class="base-change-list-element__buttons" />
|
||||
</VisualElement>
|
||||
</UXML>
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: bef3e204cca87f74199fb125d726b453
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,9 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
|
||||
<engine:VisualElement class="changes-group-header__container grow">
|
||||
<engine:VisualElement class="changes-group-header__title-bar">
|
||||
<engine:Label class="changes-group-header__name" />
|
||||
<collab:IconButton class="changes-group-header__overflow-button btn-overflow" />
|
||||
</engine:VisualElement>
|
||||
<engine:VisualElement class="divider-horizontal" />
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ChangesGroupHeader.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ChangesGroupHeader.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 19d5aba5e2682314190477298a0313fc
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,13 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
|
||||
<engine:VisualElement class="changes-tab-page-view__container grow">
|
||||
<collab:SearchBar class="changes-tab-page-view__search-bar" />
|
||||
<engine:VisualElement class="changes-tab-page-view__entry-groups" />
|
||||
|
||||
<engine:VisualElement class="divider-horizontal" />
|
||||
|
||||
<collab:BetterTextField class="changes-tab-page-view__text-field" multiline="true" />
|
||||
<engine:VisualElement>
|
||||
<collab:IconTextButton class="changes-tab-page-view__publish-button icon-publish" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ChangesTabPageView.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ChangesTabPageView.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a1c552fb05993cf4eac00d572aa408f8
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,9 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
|
||||
|
||||
<engine:VisualElement class="error-view__container">
|
||||
|
||||
<collab:AlertBox />
|
||||
|
||||
</engine:VisualElement>
|
||||
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ErrorPageView.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ErrorPageView.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a1f27722ebc4a8f498fd31a30078e2ca
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,43 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
|
||||
<engine:VisualElement class="history-entry-component__container grow">
|
||||
|
||||
<engine:VisualElement class="row grow">
|
||||
<!-- User initial in a circle on the left side -->
|
||||
<engine:VisualElement class="column">
|
||||
<engine:VisualElement class="history-entry-component__profile-background">
|
||||
<engine:Label class="history-entry-component__profile-initial" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
<!-- Entry body -->
|
||||
<engine:VisualElement class="column grow">
|
||||
<!-- Revision Info -->
|
||||
<engine:VisualElement class="history-entry-component__top-row row">
|
||||
<engine:Label class="history-entry-component__author-name" />
|
||||
<engine:VisualElement class="row">
|
||||
<engine:Button class="history-entry-component__goto-button" />
|
||||
<collab:IconButton class="history-entry-component__overflow-button btn-overflow hidden" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
<engine:VisualElement class="column">
|
||||
<engine:Label class="history-entry-component__timestamp" />
|
||||
<engine:Label class="history-entry-component__revision-id" />
|
||||
</engine:VisualElement>
|
||||
|
||||
<!-- Revision Message -->
|
||||
<engine:Label class="history-entry-component__commit-message grow" />
|
||||
|
||||
<engine:VisualElement class="row">
|
||||
<engine:Button class="history-entry-component__files-button" />
|
||||
<engine:Label class="history-entry-component__cloud-build-status" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
|
||||
</engine:VisualElement>
|
||||
|
||||
<!-- Changed file list -->
|
||||
<engine:Label class="history-entry-component__changed-files-count" />
|
||||
<engine:VisualElement class="divider-horizontal" />
|
||||
<collab:AdapterListView class="history-entry-component__changed-files" />
|
||||
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 210e50e15b80af044a15718d78f5388a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,7 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components" xmlns:oldcollab="Unity.Cloud.Collaborate.Components">
|
||||
<engine:VisualElement class="history-page__container grow default-inset">
|
||||
<collab:Paginator class="history-page__paginator" />
|
||||
<oldcollab:ListNotice class="history-page__notice" />
|
||||
<engine:ScrollView class="history-page__content grow" />
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/HistoryTabPageView.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/HistoryTabPageView.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: fdeda3b2ca86b6542a303cbe4f00c3c4
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,6 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements">
|
||||
<engine:VisualElement class="list-notice__container row">
|
||||
<engine:VisualElement class="list-notice__icon" />
|
||||
<engine:Label class="list-notice__text" />
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ListNotice.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ListNotice.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ce3b1c47301f979449f9bd6f0dcdd469
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,14 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
|
||||
<engine:VisualElement class="main-page-view__container grow">
|
||||
|
||||
<collab:TopBar class="main-page-view__top-bar" />
|
||||
|
||||
<engine:VisualElement class="divider-horizontal" />
|
||||
|
||||
<collab:AlertBox class="main-page-view__alert-box" />
|
||||
|
||||
<collab:TabView class="main-page-view__tab-view" />
|
||||
|
||||
</engine:VisualElement>
|
||||
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/MainPageView.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/MainPageView.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ff1bfb51c3ec34c4aaaeb29a0343f1c4
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,13 @@
|
|||
<UXML xmlns="UnityEngine.UIElements">
|
||||
<VisualElement class="paginator__container">
|
||||
<VisualElement class="paginator__content row">
|
||||
<Label class="paginator__page-text" />
|
||||
<VisualElement class="row">
|
||||
<Button class="paginator__back-button" />
|
||||
<Button class="paginator__forwards-button" />
|
||||
</VisualElement>
|
||||
</VisualElement>
|
||||
|
||||
<VisualElement class="divider-horizontal" />
|
||||
</VisualElement>
|
||||
</UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/Paginator.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/Paginator.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e72dabe7b3837a04b8e930aab7f381df
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,9 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements">
|
||||
<engine:VisualElement class="progress-view__container grow">
|
||||
<engine:Label class="progress-view__label" />
|
||||
<engine:VisualElement class="row grow">
|
||||
<editor:ProgressBar class="progress-view__progress-bar grow" />
|
||||
<engine:Button class="progress-view__button" />
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ProgressView.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/ProgressView.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1843aad8dcbe848439d6a090c4ebe8e2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,11 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements">
|
||||
|
||||
<engine:VisualElement class="start-page-view__container">
|
||||
|
||||
<engine:Label class="start-page-view__title" />
|
||||
|
||||
<engine:Button class="start-page-view__button" />
|
||||
|
||||
</engine:VisualElement>
|
||||
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/StartPageView.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/StartPageView.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b25da32608546214ca8e4abbc2025f77
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,11 @@
|
|||
<UXML xmlns="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
|
||||
<VisualElement class="top-bar__container row">
|
||||
<VisualElement class="top-bar__back row">
|
||||
<collab:IconButton class="top-bar__back-button btn-back" />
|
||||
<TextElement class="top-bar__back-text" />
|
||||
</VisualElement>
|
||||
<VisualElement class="top-bar__icon" />
|
||||
<TextElement class="top-bar__branch-info grow" />
|
||||
<collab:IconButton class="top-bar__overflow-button btn-overflow" />
|
||||
</VisualElement>
|
||||
</UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/TopBar.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/TopBar.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e7c7831864804ac44b0605bdd2e8e79c
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
|
@ -0,0 +1,7 @@
|
|||
<engine:UXML xmlns:engine="UnityEngine.UIElements">
|
||||
|
||||
<engine:VisualElement class="main-window__container grow">
|
||||
|
||||
</engine:VisualElement>
|
||||
|
||||
</engine:UXML>
|
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/main-window.uxml.meta
generated
Normal file
10
Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Assets/Layouts/main-window.uxml.meta
generated
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0fc258eba97959a4bbc9d04f35188e88
|
||||
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