dzduole 4be683fb33 中文和声音头像OK 1 mese fa
..
Assets 4be683fb33 中文和声音头像OK 1 mese fa
Common 4be683fb33 中文和声音头像OK 1 mese fa
Components 4be683fb33 中文和声音头像OK 1 mese fa
EditorGameService 4be683fb33 中文和声音头像OK 1 mese fa
Models 4be683fb33 中文和声音头像OK 1 mese fa
Presenters 4be683fb33 中文和声音头像OK 1 mese fa
Properties 4be683fb33 中文和声音头像OK 1 mese fa
Settings 4be683fb33 中文和声音头像OK 1 mese fa
UserInterface 4be683fb33 中文和声音头像OK 1 mese fa
Utilities 4be683fb33 中文和声音头像OK 1 mese fa
Views 4be683fb33 中文和声音头像OK 1 mese fa
Assets.meta 4be683fb33 中文和声音头像OK 1 mese fa
Common.meta 4be683fb33 中文和声音头像OK 1 mese fa
Components.meta 4be683fb33 中文和声音头像OK 1 mese fa
EditorGameService.meta 4be683fb33 中文和声音头像OK 1 mese fa
Models.meta 4be683fb33 中文和声音头像OK 1 mese fa
Presenters.meta 4be683fb33 中文和声音头像OK 1 mese fa
Properties.meta 4be683fb33 中文和声音头像OK 1 mese fa
README.md 4be683fb33 中文和声音头像OK 1 mese fa
README.md.meta 4be683fb33 中文和声音头像OK 1 mese fa
Settings.meta 4be683fb33 中文和声音头像OK 1 mese fa
Unity.CollabProxy.Editor.asmdef 4be683fb33 中文和声音头像OK 1 mese fa
Unity.CollabProxy.Editor.asmdef.meta 4be683fb33 中文和声音头像OK 1 mese fa
UserInterface.meta 4be683fb33 中文和声音头像OK 1 mese fa
Utilities.meta 4be683fb33 中文和声音头像OK 1 mese fa
Views.meta 4be683fb33 中文和声音头像OK 1 mese fa

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