|
|
hace 4 años | |
|---|---|---|
| .. | ||
| Assets | hace 4 años | |
| Common | hace 4 años | |
| Components | hace 4 años | |
| Models | hace 4 años | |
| Presenters | hace 4 años | |
| Properties | hace 4 años | |
| Settings | hace 4 años | |
| UserInterface | hace 4 años | |
| Utilities | hace 4 años | |
| Views | hace 4 años | |
| Assets.meta | hace 4 años | |
| Common.meta | hace 4 años | |
| Components.meta | hace 4 años | |
| Models.meta | hace 4 años | |
| Presenters.meta | hace 4 años | |
| Properties.meta | hace 4 años | |
| README.md | hace 4 años | |
| README.md.meta | hace 4 años | |
| Settings.meta | hace 4 años | |
| Unity.CollabProxy.Editor.asmdef | hace 4 años | |
| Unity.CollabProxy.Editor.asmdef.meta | hace 4 años | |
| UserInterface.meta | hace 4 años | |
| Utilities.meta | hace 4 años | |
| Views.meta | hace 4 años | |
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