Axel Nordh d24e17e398 innit před 4 roky
..
Assets d24e17e398 innit před 4 roky
Common d24e17e398 innit před 4 roky
Components d24e17e398 innit před 4 roky
Models d24e17e398 innit před 4 roky
Presenters d24e17e398 innit před 4 roky
Properties d24e17e398 innit před 4 roky
Settings d24e17e398 innit před 4 roky
UserInterface d24e17e398 innit před 4 roky
Utilities d24e17e398 innit před 4 roky
Views d24e17e398 innit před 4 roky
Assets.meta d24e17e398 innit před 4 roky
Common.meta d24e17e398 innit před 4 roky
Components.meta d24e17e398 innit před 4 roky
Models.meta d24e17e398 innit před 4 roky
Presenters.meta d24e17e398 innit před 4 roky
Properties.meta d24e17e398 innit před 4 roky
README.md d24e17e398 innit před 4 roky
README.md.meta d24e17e398 innit před 4 roky
Settings.meta d24e17e398 innit před 4 roky
Unity.CollabProxy.Editor.asmdef d24e17e398 innit před 4 roky
Unity.CollabProxy.Editor.asmdef.meta d24e17e398 innit před 4 roky
UserInterface.meta d24e17e398 innit před 4 roky
Utilities.meta d24e17e398 innit před 4 roky
Views.meta d24e17e398 innit před 4 roky

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