Axel Nordh d24e17e398 innit il y a 4 ans
..
Assets d24e17e398 innit il y a 4 ans
Common d24e17e398 innit il y a 4 ans
Components d24e17e398 innit il y a 4 ans
Models d24e17e398 innit il y a 4 ans
Presenters d24e17e398 innit il y a 4 ans
Properties d24e17e398 innit il y a 4 ans
Settings d24e17e398 innit il y a 4 ans
UserInterface d24e17e398 innit il y a 4 ans
Utilities d24e17e398 innit il y a 4 ans
Views d24e17e398 innit il y a 4 ans
Assets.meta d24e17e398 innit il y a 4 ans
Common.meta d24e17e398 innit il y a 4 ans
Components.meta d24e17e398 innit il y a 4 ans
Models.meta d24e17e398 innit il y a 4 ans
Presenters.meta d24e17e398 innit il y a 4 ans
Properties.meta d24e17e398 innit il y a 4 ans
README.md d24e17e398 innit il y a 4 ans
README.md.meta d24e17e398 innit il y a 4 ans
Settings.meta d24e17e398 innit il y a 4 ans
Unity.CollabProxy.Editor.asmdef d24e17e398 innit il y a 4 ans
Unity.CollabProxy.Editor.asmdef.meta d24e17e398 innit il y a 4 ans
UserInterface.meta d24e17e398 innit il y a 4 ans
Utilities.meta d24e17e398 innit il y a 4 ans
Views.meta d24e17e398 innit il y a 4 ans

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