Axel Nordh d24e17e398 innit 4 лет назад
..
Assets d24e17e398 innit 4 лет назад
Common d24e17e398 innit 4 лет назад
Components d24e17e398 innit 4 лет назад
Models d24e17e398 innit 4 лет назад
Presenters d24e17e398 innit 4 лет назад
Properties d24e17e398 innit 4 лет назад
Settings d24e17e398 innit 4 лет назад
UserInterface d24e17e398 innit 4 лет назад
Utilities d24e17e398 innit 4 лет назад
Views d24e17e398 innit 4 лет назад
Assets.meta d24e17e398 innit 4 лет назад
Common.meta d24e17e398 innit 4 лет назад
Components.meta d24e17e398 innit 4 лет назад
Models.meta d24e17e398 innit 4 лет назад
Presenters.meta d24e17e398 innit 4 лет назад
Properties.meta d24e17e398 innit 4 лет назад
README.md d24e17e398 innit 4 лет назад
README.md.meta d24e17e398 innit 4 лет назад
Settings.meta d24e17e398 innit 4 лет назад
Unity.CollabProxy.Editor.asmdef d24e17e398 innit 4 лет назад
Unity.CollabProxy.Editor.asmdef.meta d24e17e398 innit 4 лет назад
UserInterface.meta d24e17e398 innit 4 лет назад
Utilities.meta d24e17e398 innit 4 лет назад
Views.meta d24e17e398 innit 4 лет назад

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