You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 00e4582c08 Plugins system 3 years ago
..
Assets Plugins system 3 years ago
Common Plugins system 3 years ago
Components Plugins system 3 years ago
EditorGameService Plugins system 3 years ago
Models Plugins system 3 years ago
Presenters Plugins system 3 years ago
Properties Plugins system 3 years ago
Settings Plugins system 3 years ago
UserInterface Plugins system 3 years ago
Utilities Plugins system 3 years ago
Views Plugins system 3 years ago
Assets.meta Plugins system 3 years ago
Common.meta Plugins system 3 years ago
Components.meta Plugins system 3 years ago
EditorGameService.meta Plugins system 3 years ago
Models.meta Plugins system 3 years ago
Presenters.meta Plugins system 3 years ago
Properties.meta Plugins system 3 years ago
README.md Plugins system 3 years ago
README.md.meta Plugins system 3 years ago
Settings.meta Plugins system 3 years ago
Unity.CollabProxy.Editor.asmdef Plugins system 3 years ago
Unity.CollabProxy.Editor.asmdef.meta Plugins system 3 years ago
UserInterface.meta Plugins system 3 years ago
Utilities.meta Plugins system 3 years ago
Views.meta Plugins system 3 years ago

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