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