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

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