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