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

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