|
|
2 years ago | |
|---|---|---|
| .. | ||
| Assets | 2 years ago | |
| Common | 2 years ago | |
| Components | 2 years ago | |
| EditorGameService | 2 years ago | |
| Models | 2 years ago | |
| Presenters | 2 years ago | |
| Properties | 2 years ago | |
| Settings | 2 years ago | |
| UserInterface | 2 years ago | |
| Utilities | 2 years ago | |
| Views | 2 years ago | |
| Assets.meta | 2 years ago | |
| Common.meta | 2 years ago | |
| Components.meta | 2 years ago | |
| EditorGameService.meta | 2 years ago | |
| Models.meta | 2 years ago | |
| Presenters.meta | 2 years ago | |
| Properties.meta | 2 years ago | |
| README.md | 2 years ago | |
| README.md.meta | 2 years ago | |
| Settings.meta | 2 years ago | |
| Unity.CollabProxy.Editor.asmdef | 2 years ago | |
| Unity.CollabProxy.Editor.asmdef.meta | 2 years ago | |
| UserInterface.meta | 2 years ago | |
| Utilities.meta | 2 years ago | |
| Views.meta | 2 years ago | |
In this directory, we have all of the package code of Collaborate including its MVP architecture.
This is the structure of the directory:
<root>
├── Unity.SourceControl.asmdef
├── Assets/
│ ├── Icons/
│ ├── Layouts/
│ ├── Styles/
│ └── UiConstants.cs
├── Models/
│ ├── Api/
│ │ └── ISourceControlProvider.cs
│ └── Providers/
│ └── Collab.cs
├── Views/
│ └── Adaptors/
├── Presenters/
├── Common/
├── Settings/
├── Components/
├── Utilities/
└── UserInterface/
├── Bootstrap.cs
├── WindowCache.cs
├── ToolbarButton.cs
└── CollaborateWindow.cs