Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
jyb-games
Commits
1c847220
Commit
1c847220
authored
Jun 28, 2021
by
jang dong hyeok
Browse files
.
parent
076f0c68
Changes
638
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
638 of 638+
files are displayed.
Plain diff
Email patch
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/status-warning-dark@2x.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/status-warning-light.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/status-warning-light@2x.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/undo-dark.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/undo-dark@2x.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/undo-light.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Icons/undo-light@2x.png
0 → 100644
LFS
View file @
1c847220
128 Bytes
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/AlertBox.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/BaseChangeListElement.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/ChangesGroupHeader.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/ChangesTabPageView.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/ErrorPageView.uxml
0 → 100644
View file @
1c847220
<engine:UXML xmlns:engine="UnityEngine.UIElements" xmlns:collab="Unity.Cloud.Collaborate.Components">
<engine:VisualElement class="error-view__container">
<collab:AlertBox />
</engine:VisualElement>
</engine:UXML>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/HistoryEntryComponent.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/HistoryTabPageView.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/ListNotice.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/MainPageView.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/Paginator.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/ProgressView.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/StartPageView.uxml
0 → 100644
View file @
1c847220
<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>
ydk2021/New Unity Project/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Assets/Layouts/TopBar.uxml
0 → 100644
View file @
1c847220
<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>
Prev
1
…
4
5
6
7
8
9
10
11
12
…
32
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment