Axel Nordh d24e17e398 innit 4 yıl önce
..
Assets d24e17e398 innit 4 yıl önce
Common d24e17e398 innit 4 yıl önce
Components d24e17e398 innit 4 yıl önce
Models d24e17e398 innit 4 yıl önce
Presenters d24e17e398 innit 4 yıl önce
Properties d24e17e398 innit 4 yıl önce
Settings d24e17e398 innit 4 yıl önce
UserInterface d24e17e398 innit 4 yıl önce
Utilities d24e17e398 innit 4 yıl önce
Views d24e17e398 innit 4 yıl önce
Assets.meta d24e17e398 innit 4 yıl önce
Common.meta d24e17e398 innit 4 yıl önce
Components.meta d24e17e398 innit 4 yıl önce
Models.meta d24e17e398 innit 4 yıl önce
Presenters.meta d24e17e398 innit 4 yıl önce
Properties.meta d24e17e398 innit 4 yıl önce
README.md d24e17e398 innit 4 yıl önce
README.md.meta d24e17e398 innit 4 yıl önce
Settings.meta d24e17e398 innit 4 yıl önce
Unity.CollabProxy.Editor.asmdef d24e17e398 innit 4 yıl önce
Unity.CollabProxy.Editor.asmdef.meta d24e17e398 innit 4 yıl önce
UserInterface.meta d24e17e398 innit 4 yıl önce
Utilities.meta d24e17e398 innit 4 yıl önce
Views.meta d24e17e398 innit 4 yıl önce

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