dzduole 4be683fb33 中文和声音头像OK 1 month ago
..
Assets 4be683fb33 中文和声音头像OK 1 month ago
Common 4be683fb33 中文和声音头像OK 1 month ago
Components 4be683fb33 中文和声音头像OK 1 month ago
EditorGameService 4be683fb33 中文和声音头像OK 1 month ago
Models 4be683fb33 中文和声音头像OK 1 month ago
Presenters 4be683fb33 中文和声音头像OK 1 month ago
Properties 4be683fb33 中文和声音头像OK 1 month ago
Settings 4be683fb33 中文和声音头像OK 1 month ago
UserInterface 4be683fb33 中文和声音头像OK 1 month ago
Utilities 4be683fb33 中文和声音头像OK 1 month ago
Views 4be683fb33 中文和声音头像OK 1 month ago
Assets.meta 4be683fb33 中文和声音头像OK 1 month ago
Common.meta 4be683fb33 中文和声音头像OK 1 month ago
Components.meta 4be683fb33 中文和声音头像OK 1 month ago
EditorGameService.meta 4be683fb33 中文和声音头像OK 1 month ago
Models.meta 4be683fb33 中文和声音头像OK 1 month ago
Presenters.meta 4be683fb33 中文和声音头像OK 1 month ago
Properties.meta 4be683fb33 中文和声音头像OK 1 month ago
README.md 4be683fb33 中文和声音头像OK 1 month ago
README.md.meta 4be683fb33 中文和声音头像OK 1 month ago
Settings.meta 4be683fb33 中文和声音头像OK 1 month ago
Unity.CollabProxy.Editor.asmdef 4be683fb33 中文和声音头像OK 1 month ago
Unity.CollabProxy.Editor.asmdef.meta 4be683fb33 中文和声音头像OK 1 month ago
UserInterface.meta 4be683fb33 中文和声音头像OK 1 month ago
Utilities.meta 4be683fb33 中文和声音头像OK 1 month ago
Views.meta 4be683fb33 中文和声音头像OK 1 month 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