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