dzduole 4be683fb33 中文和声音头像OK 2 ماه پیش
..
Assets 4be683fb33 中文和声音头像OK 2 ماه پیش
Common 4be683fb33 中文和声音头像OK 2 ماه پیش
Components 4be683fb33 中文和声音头像OK 2 ماه پیش
EditorGameService 4be683fb33 中文和声音头像OK 2 ماه پیش
Models 4be683fb33 中文和声音头像OK 2 ماه پیش
Presenters 4be683fb33 中文和声音头像OK 2 ماه پیش
Properties 4be683fb33 中文和声音头像OK 2 ماه پیش
Settings 4be683fb33 中文和声音头像OK 2 ماه پیش
UserInterface 4be683fb33 中文和声音头像OK 2 ماه پیش
Utilities 4be683fb33 中文和声音头像OK 2 ماه پیش
Views 4be683fb33 中文和声音头像OK 2 ماه پیش
Assets.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Common.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Components.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
EditorGameService.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Models.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Presenters.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Properties.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
README.md 4be683fb33 中文和声音头像OK 2 ماه پیش
README.md.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Settings.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Unity.CollabProxy.Editor.asmdef 4be683fb33 中文和声音头像OK 2 ماه پیش
Unity.CollabProxy.Editor.asmdef.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
UserInterface.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Utilities.meta 4be683fb33 中文和声音头像OK 2 ماه پیش
Views.meta 4be683fb33 中文和声音头像OK 2 ماه پیش

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