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

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