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