You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
.. | ||
Assets | 3 years ago | |
Common | 3 years ago | |
Components | 3 years ago | |
Models | 3 years ago | |
Presenters | 3 years ago | |
Properties | 3 years ago | |
Settings | 3 years ago | |
UserInterface | 3 years ago | |
Utilities | 3 years ago | |
Views | 3 years ago | |
Assets.meta | 3 years ago | |
Common.meta | 3 years ago | |
Components.meta | 3 years ago | |
Models.meta | 3 years ago | |
Presenters.meta | 3 years ago | |
Properties.meta | 3 years ago | |
README.md | 3 years ago | |
README.md.meta | 3 years ago | |
Settings.meta | 3 years ago | |
Unity.CollabProxy.Editor.asmdef | 3 years ago | |
Unity.CollabProxy.Editor.asmdef.meta | 3 years ago | |
UserInterface.meta | 3 years ago | |
Utilities.meta | 3 years ago | |
Views.meta | 3 years ago |
README.md
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:
<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