You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Josh 0c950004ab beat-emup template + dorothy 3 years ago
..
Assets beat-emup template + dorothy 3 years ago
Common beat-emup template + dorothy 3 years ago
Components beat-emup template + dorothy 3 years ago
EditorGameService beat-emup template + dorothy 3 years ago
Models beat-emup template + dorothy 3 years ago
Presenters beat-emup template + dorothy 3 years ago
Properties beat-emup template + dorothy 3 years ago
Settings beat-emup template + dorothy 3 years ago
UserInterface beat-emup template + dorothy 3 years ago
Utilities beat-emup template + dorothy 3 years ago
Views beat-emup template + dorothy 3 years ago
Assets.meta beat-emup template + dorothy 3 years ago
Common.meta beat-emup template + dorothy 3 years ago
Components.meta beat-emup template + dorothy 3 years ago
EditorGameService.meta beat-emup template + dorothy 3 years ago
Models.meta beat-emup template + dorothy 3 years ago
Presenters.meta beat-emup template + dorothy 3 years ago
Properties.meta beat-emup template + dorothy 3 years ago
README.md beat-emup template + dorothy 3 years ago
README.md.meta beat-emup template + dorothy 3 years ago
Settings.meta beat-emup template + dorothy 3 years ago
Unity.CollabProxy.Editor.asmdef beat-emup template + dorothy 3 years ago
Unity.CollabProxy.Editor.asmdef.meta beat-emup template + dorothy 3 years ago
UserInterface.meta beat-emup template + dorothy 3 years ago
Utilities.meta beat-emup template + dorothy 3 years ago
Views.meta beat-emup template + dorothy 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