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

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