Initial Commit
This commit is contained in:
parent
53eb92e9af
commit
270ab7d11f
15341 changed files with 700234 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
# Unity Collaborate Editor Package Code
|
||||
In this directory, we have all of the package code of Collaborate including its **MVP** architecture.
|
||||
|
||||
## Overview
|
||||
This is the structure of the directory:
|
||||
```none
|
||||
<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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue